views:

31

answers:

1

I have a UITextField but my users will prefer enter some number in that field rather than typing text character (like enter a cost a product). So, how can I make the Number View in the keyboard to become default whenever the user tap into the UITextField?

+3  A: 

In interface builder, just set the keyboard field of the UITextField to Number Pad.

s1mm0t
Oh yeah. I see it
vodkhang