'How do I automatically switch to the iOS custom keyboard when entering my app?

I would like when entering my app to automatically switch to my custom keyboard like the Facemoji app. Is this possible to force user to open only custom keyboard without going into setting option. I want whenever user opens the app. only custom keyboard should open, not other. In my app there is preview function, show as extended keyboard otherwise it will show default keyboard i will fail. thanks!



Solution 1:[1]

UITextField have property inputView You can set any view you want inside yours application. So you can use use the same view used for your's custom keyboard

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Cy-4AH