In iOS7, is it possible to add a custom keyboard to the system? Or is it still sandboxed? [closed]

会有一股神秘感。 提交于 2019-12-12 10:28:12

问题


I've seen online rumors from before iOS7's release about keyboards opening up.

I haven't found anything in the documentation.

Is it possible to add a custom keyboard, like emoji, to the system, in iOS 7?


回答1:


You cannot add or change the system keyboard. However, you can implement your own custom keyboard inside your app. All you need to do is overwrite UITextField or UITextView and return a custom view for the inputView property.



来源:https://stackoverflow.com/questions/18901340/in-ios7-is-it-possible-to-add-a-custom-keyboard-to-the-system-or-is-it-still-s

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!