I added a text box (keyboardTextField) on top of my custom keyboard. I can select it and enter text (using my own custom keyboard). But I could not select the input view of the main application back. This line of code
[keyboardTextField resignFirstResponder];
not working properly. If anyone has a workaround or any ideas, I need your help.
ios8 custom-keyboard ios-app-extension ios8-extension
likecatfood
source share