I am currently implementing Root.plist for the Settings Preferences.
I want to make a Text Field Element (PSTextFieldSpecifier) with input keyboard as NumberPad with a Decimal Point.
I tried to put “KeyboardType NumberPad” in the plist, however the iPhone 4.3 Simulator’s NumberPad doesn’t have the Decimal Point.
I also tried to “KeyboardType DecimalPad” and “KeyboardType NumbersAndPunctuation” but it didn’t work.
Is there a KeyboardType that will show a Numberpad with a decimal point?
Thanks in Advance
No, a number pad keyboard with decimal point is not available.