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.
我想在键盘中添加表情符号以添加评论:P,<3如果我这样做是为了创建自定义键盘,Apple 会拒绝我的应用程序吗?
:P
<3
您可以在键盘上方添加带有按钮的简单 UIView,并在键盘出现时显示此视图。通过按下按钮,只需在文本中插入相应的微笑。
如果您使用的是 UITextField 之类的东西,您可以简单地创建一个带有“:P”之类的按钮的 UIView,然后将此视图分配给 UITextField 的 inputAccessoryView 属性。