2

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?

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
Dhaval Bhadania
  • 3,090
  • 1
  • 20
  • 35

2 Answers2

2

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.

Moonkid
  • 881
  • 7
  • 17
1

if you are using something like UITextField, you can simply create a UIView with buttons like ":P",and assign this view to UITextField's inputAccessoryView property.

Kevin Cao
  • 1,332
  • 1
  • 8
  • 13