The keyboard type:UIKeyboardTypeNumberPad
in iPad is different in iPhone, i just want to use the iPhone type in iPad no idea how to make it.
Asked
Active
Viewed 773 times
2

Dalee Davis
- 981
- 8
- 19

sillybuffalo
- 31
- 1
-
possible duplicate of http://stackoverflow.com/questions/2597619/uikeyboardtypenumberpad-show-just-numbes-on-ipad – coder1010 Dec 19 '12 at 10:16
1 Answers
2
There is no separate numeric keyboard for iPad. If you set it on the iPad, the keyboard will just show up and it will be se to to the "numbers and symbols" mode. If you want a numeric keyboard similar to the one on the iPhone, you should create a custom keyboard for the iPad.

Nikola Kirev
- 3,152
- 3
- 22
- 30
-
Thanks, I just see the keyboard in iOS. Settings->General->Restrictions->Enable... So, I think if there is a way to implement it , a custom keyboard is unnecessary. – sillybuffalo Dec 19 '12 at 12:04