I feel like there about seven people on this planet that understand the Field Editor in a macOS app. I'm hoping you're one of those seven.
I have an app that has a AVPlayerView, which as you know uses the space bar to play.
When I click in a textField (also in the app), I'd like to offer the user the opportunity to abandon editing in the textField and put the focus back on AVPlayerView. I have scoured the internet for this information, looked at the myriad textfield/view delegates... I don't think anyone has ever escaped the death grip of the field editor. Is there a way? Apple documentation seems to hint at it, but naturally doesn't explain how one might accomplish this.
Quite a few SO attempts at it, but none work. Any ideas?
I have an app that has a AVPlayerView, which as you know uses the space bar to play.
When I click in a textField (also in the app), I'd like to offer the user the opportunity to abandon editing in the textField and put the focus back on AVPlayerView. I have scoured the internet for this information, looked at the myriad textfield/view delegates... I don't think anyone has ever escaped the death grip of the field editor. Is there a way? Apple documentation seems to hint at it, but naturally doesn't explain how one might accomplish this.
Quite a few SO attempts at it, but none work. Any ideas?