I am looking for a way to add extra keys to a UITextView
's keyboard or add a UIToolbar
above it.
How might I go about this?
EDIT
This is for an iPad app and if I was to add extra keys I would need a new row for them in the UIKeyboard
.
I am looking for a way to add extra keys to a UITextView
's keyboard or add a UIToolbar
above it.
How might I go about this?
EDIT
This is for an iPad app and if I was to add extra keys I would need a new row for them in the UIKeyboard
.
definitely check out this excellent tutorial on how to add extra keys to the keyboard.
http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/7350-adding-subviews-custimize-keyboard.html
its a really detailed solution and guides you every step of the way.
i've used this many a times. I hope that you can too.
Let me know if this helped you a lil.
Thanks
if you need any more help do let me know.
PK