UITextField with numbers and default keyboard

Posted by n35 on Stack Overflow See other posts from Stack Overflow or by n35
Published on 2010-04-22T23:13:39Z Indexed on 2010/04/22 23:43 UTC
Read the original article Hit count: 129

Filed under:
|
|

Created a UITextField for "Postal Code/ZIP" field with a keyboardType of UIKeyboardTypeDefault. I would like to use the default keyboard but want the numbers & symbols to be shown by default as apposed to letters.

Apple does this when you are entering addresses in the Contacts.app.

Anyone know how to get this accomplished?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c