4

I have just noticed that with iOS 13, WhatsApp gives the option of choosing Memoji (Apple's fun stickers) to the emoji option of the keyboard. How can I implement this in my app? My emoji keyboard does not have this feature by default.

alionthego
  • 8,508
  • 9
  • 52
  • 125

1 Answers1

2

So it seems you just have to add the following to your textView/textField to enable the Memoji icons just left of the Emoji icons on the emoji keyboard:

textView.allowsEditingTextAttributes = true
alionthego
  • 8,508
  • 9
  • 52
  • 125