how can I do something like this in an iPhone app?
I need to input a number but I want something like this, not a simple UITextField.
How?
Thanks!
I've solved with new feature
UITextField.keyboardType = UIKeyboardTypeDecimalPad;