I'm starting to program and I have some noob questions :) I wanted to know how to do in a UITextField to automatically upload the numeric keypad?
I've tried using the keyboardType but I'm not exactly sure how to apply the properties
Thank you
I'm starting to program and I have some noob questions :) I wanted to know how to do in a UITextField to automatically upload the numeric keypad?
I've tried using the keyboardType but I'm not exactly sure how to apply the properties
Thank you
Take a look at this video, I know it's English but just follow the steps it shows you will do what you need.
Thanks
I did not quite understand the question, but would not it just change directly on the storyboard?
If you want a way to change during the program:
[textField setKeyboardType:UIKeyboardTypeNumberPad];
I hope I understood and helped! rs