Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS7 发布之前,我已经看到有关键盘开放的在线谣言。
我在文档中没有找到任何东西。
是否可以在 iOS 7 中向系统添加自定义键盘,如表情符号?
您不能添加或更改系统键盘。但是,您可以在应用程序中实现自己的自定义键盘。您需要做的就是覆盖UITextField或UITextView返回该inputView属性的自定义视图。
UITextField
UITextView
inputView