I need to add cancel button in numeric keyboard. How to customize the following keyboard? When I click by cancel button, the keyboard will be hide.
Asked
Active
Viewed 761 times
1 Answers
5
Input Accessory View is a view that sits on top of the keyboard. It has to the be the width of the keyboard and the height is adjustable.
On this view you could add a button, that when pressed will ResignFirstResponder
of the UITextField
, thus giving you the funcationality you want.

Luke
- 3,665
- 1
- 19
- 39
-
hi, i got answer... Thanks for your reply. My answer is... http://stackoverflow.com/questions/4276515/customize-numeric-keyboard-in-iphone But some issues is there. – Velmurugan Nov 25 '10 at 11:38