1

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.

alt text

halfer
  • 19,824
  • 17
  • 99
  • 186
Velmurugan
  • 2,303
  • 6
  • 30
  • 45

1 Answers1

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