I'm trying to display a numeric keypad, but I'm getting the following warning:
Can't find keyplane that supports type 8 for keyboard Wildcat-Landscape-QWERTY-Pad; using 3673479387_Wildcat-Alphabetic-Keyboard_Capital-Letters
When this happened to me, I solved it by changingUIKeyboardTypeDecimalPad
to UIKeyboardTypeNumbersAndPunctuation
.
I'm getting the same error. I have yet to confirm this, but it might be that UIKeyboardTypeDecimalPad, UIKeyboardTypeNumberPad, and UIKeyboardTypePhonePad just don't work on iPad. See here for more discussion:Which UIKeyboardType can I use on the iPad
I faced the same problem while testing on simulators. I tried the following steps which solved my problem, which you can do as well:
iOS Simulator -> Hardware -> Keyboard -> Toggle Software Keyboard