0

I was wondering how the KIMOJI works? I read everywhere that you can only create custom keyboards which insert text, not custom emoji.

Any ideas?

kb920
  • 3,039
  • 2
  • 33
  • 44
Oded
  • 795
  • 2
  • 12
  • 32
  • see this link it may be helps you http://stackoverflow.com/questions/14919532/how-to-make-new-custom-emotion-keyboard-for-ios-somewhat-like-emoji – Anbu.Karthik Feb 04 '16 at 08:53
  • 1
    In KIMOJI app you have to copy and paste it to text field. We can't enter directly enter sticker in text area. – kb920 Feb 04 '16 at 09:05

1 Answers1

1

I actually had been wondering how to create a custom keyboard extension inspired by KIMOJI for stickers and just finished writing a response here: Add Stickers in Custom KeyBoard Extension

The only modification I would suggest is that instead of using UIViews to hold a few buttons, you may want to try holding many stickers in a UICollectionView. The KIMOJI app allows you to scroll horizontally through the stickers/emoji and a UICollectionView would allow you that functionality.

I hope this helps.

Community
  • 1
  • 1
schifano
  • 186
  • 2
  • 3