Number keyboard in iPad?

Sashi picture Sashi · Dec 10, 2014 · Viewed 23k times · Source

Is it possible to display keyboard consisting of only numbers from 0-9 in iPad?, i don't want the keyboard to display anything else. I know there is this KeyboardType:Number Pad that we can in the .xib file, but it displays all other extra characters including numbers. I want to use this concept in displaying keyboard for PIN login for my iPad application that I'm working on. Thank you

Answer

bjtitus picture bjtitus · Dec 10, 2014

You need to implement your own keyboard if you want this on iPad.

There are many examples out there:

https://github.com/azu/NumericKeypad

https://github.com/lnafziger/Numberpad

https://github.com/benzado/HSNumericField