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.
我刚刚注意到,在 iOS 13 中,WhatsApp 为键盘的表情符号选项提供了选择 Memoji(Apple 的有趣贴纸)的选项。如何在我的应用程序中实现这一点?我的表情键盘默认没有这个功能。
因此,您似乎只需将以下内容添加到您的 textView/textField 即可启用表情符号键盘上表情符号图标左侧的表情符号图标:
textView.allowsEditingTextAttributes = true