I'm developing an app for Ipad. I'm designing a forgot password screen to allow user to enter password to UITextField
. By design, the password only allow numeric input. I can set UITextFiled
keyboardtype
to be phonepad
in Iphone but the option seem not working for Ipad (Ipad always show the full keyboard layout). How can we achieve the keyboard for Ipad app that only have number?
Do I have to design my own keyboard layout? Any help is much appreciate. Thanks!