UIKeyboardTypeNumberPad doesn't display a number pad on the iPad. Instead, it shows the UIKeyboardTypeNumbersAndPunctuation keyboard.
Is there something I'm missing, or has this been removed from the iPad OS?
Thanks for your guidance!
UIKeyboardTypeNumberPad doesn't display a number pad on the iPad. Instead, it shows the UIKeyboardTypeNumbersAndPunctuation keyboard.
Is there something I'm missing, or has this been removed from the iPad OS?
Thanks for your guidance!
I believe that this is not currently supported in iPhoneOS 3.2 on the iPad
To quote the UITextInputTraits header file:
add
UITextFieldDelegate
in your header file (.h file)then add this method
I know this question has been inactive for quite a while, but this might help somebody out there.
You can try implementing this one https://github.com/azu/NumericKeypad. The coder implemented his own number pad buy subclassing the UITextField