On Aug 20, 2018, at 13:35, Saagar Jha wrote:
>
> What does [UIApplication.sharedApplication.keyWindow
> performSelector:@selector(firstResponder)] give you?
It correctly shows it to be the UITextView I currently have in the wrapper app,
both before and after I activate and cancel the search ba
What does [UIApplication.sharedApplication.keyWindow
performSelector:@selector(firstResponder)] give you?
Saagar Jha
> On Aug 20, 2018, at 06:16, Steve Mills wrote:
>
> I guess I'll try this list as well.
>
> I’m implementing a custom keyboard for iOS. It contains a UISearchBar the
> user ca