Search code examples
iphoneiphone-softkeyboard

Adding smilies in Custom Keyboard


I want to add the smilies in the keyboard for text to add the comment like :P and <3 and if I did so to create the custom keyboard, will Apple reject my application?


Solution

  • You can add simple UIView with buttons above the keyboard, and show this view when keyboard appears. By pressing buttons just insert corresponding smiles to text.