ios - Load third party keyboard as becomeFirstResponder -


i have created third party keyboard language not there in default keyboard list. use in app have go settings , add manually. after can use in app. there way add in code , load keyboard in app [yourtextfield becomefirstresponder]?

if third party keyboard subclass of uiview can use textfild's "inputview" property assign keyboard view.

yourtextfield.inputview = thirdpartykeyboard 

after this

[yourtextfield becomefirstresponder]; 

will present third party keyboard instead of default keyboard.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -