BDGapps
BDGapps

Reputation: 3356

Custom Keyboard Advice

I am trying to make a custom keyboard like the one below, where they add that row of keys. Can you point me in some sort of direction code wise. I have already read the documentation. Thanks.

enter image description here

Upvotes: 0

Views: 225

Answers (1)

JustSid
JustSid

Reputation: 25318

Its not a custom keyboard but a UIView subclass that got attached to the keyboard. You can do this by setting the inputAccessoryView property of your UITextView to your view containing the extra buttons.

Upvotes: 2

Related Questions