0

How can I embed custom keyboard buttons inside the iOS Default keyboard, like the "UP" app by Jawbone has done in the picture below.

enter image description here

I am looking to embed an "@" button identically to how the app has done it (I don't need the # button). I have found ways to add buttons above the keyboard or change the keyboard style (the email style includes the @ button but adds unneccessary ones and makes the space button to small) but no way to seamlessly integrate it like above.

roozbubu
  • 1,106
  • 4
  • 14
  • 30

1 Answers1

2

That is not a custom button, that is the keyboardType UIKeyboardTypeTwitter.

garrettmurray
  • 3,338
  • 1
  • 25
  • 23