Hi
I created a UITextField in code, now I have now idea how to define the keybaord that should appear ? I just get the standard keybboard, but I need a numberpad ?!
Thanks
Hi
I created a UITextField in code, now I have now idea how to define the keybaord that should appear ? I just get the standard keybboard, but I need a numberpad ?!
Thanks
You need to set the keyboardType
property to UIKeyboardTypeNumberPad
.