i was wondering how can i add a view on ios Keyboard ? like this :
+3
A:
you will want to look into the inputAccessoryView
property in the UITextView
or UITextField
class (depending on what you are using) for a custom view above the keyboard.
Jesse Naugher
2010-08-17 21:51:05
thanks a lot ... what can i do if i want just show AccessoryView ?
Momeks
2010-08-17 22:16:22