views:

45

answers:

1

i was wondering how can i add a view on ios Keyboard ? like this :

alt text

+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
thanks a lot ... what can i do if i want just show AccessoryView ?
Momeks