So I have an input field which for most purposes the data is numbers only, but does allow for alpha input. I want to use the default iOS keyboard, but I want its state to initially show the version with the numbers and then, if needed, toggle to the alpha keys. Is this possible?
Asked
Active
Viewed 25 times
0
-
Have you looked at the `keyboardType` property? – rmaddy Feb 09 '16 at 16:40
-
And this is probably why I didn't find this, that was so simple... Thanks! – kailoon Feb 09 '16 at 16:45