vote up 0 vote down star
2

There is no 'Done' button on number pad by default. When a user finishes entering his numeric information in a textfield, how can I make the number pad disappear?

I may do this by remaining the Text Input Traits default, but users have to switch to number pad every time they input their numbers. Are there any other ways to show a 'Done' button on number pad?

flag

3 Answers

vote up 4 vote down check

I found an absolutely great solution to this here: UIKeyboardTypeNumberPad and missing return key

Using it in one of my projects...I have no idea why apple didn't include this functionality.

link|flag
vote up 2 vote down

This forum post describes how to customize the UIKeyboard to add your custom view onto the keyboard.

link|flag
vote up 0 vote down

The trick I've seen used is to make a custom transparent button the size of the whole view and then in its click method, have the text field resign first responder. So the user can click anywhere outside of the field to dismiss the keypad.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.