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.
在我的应用程序中,我有一个聊天选项。
在发送表情符号时,我可以发送一些符号,但不能发送其他符号。
例如,如果用户键入 <3),则此方法有效,但 :D) 无效。
有unicodes,那些用于显示表情符号。
unicodes
所以要么你可以使用 unicodes 显示,要么有一个内置的表情符号键盘。
您只需为 textfield 或 textview 设置该键盘,您需要在其中显示表情符号。
这是unicode的链接
http://arashnorouzi.wordpress.com/2011/08/31/adding-graphics-and-emoji-characters-to-apple-push-notifications/