Velmurugan
Velmurugan

Reputation: 2303

Customize numeric keyboard in iPhone

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

Upvotes: 1

Views: 771

Answers (1)

Luke
Luke

Reputation: 3655

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.

Upvotes: 5

Related Questions