【问题标题】:How can I add Memoji stickers to my emoji keyboard using Swift for an iOS app如何使用 Swift 为 iOS 应用程序将拟我表情贴纸添加到我的表情符号键盘
【发布时间】:2020-01-22 06:34:09
【问题描述】:

我刚刚注意到,在 iOS 13 中,WhatsApp 为键盘的表情符号选项提供了选择拟我表情(Apple 的有趣贴纸)的选项。如何在我的应用程序中实现这一点?我的表情键盘默认没有这个功能。

【问题讨论】:

    标签: ios swift xcode emoji memoji


    【解决方案1】:

    因此,您似乎只需将以下内容添加到您的 textView/textField 即可启用表情符号键盘上表情符号图标左侧的表情符号图标:

    textView.allowsEditingTextAttributes = true
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-10-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-23
      • 1970-01-01
      • 2012-07-08
      相关资源
      最近更新 更多