Is there a way to programmatically enforce a keyboard to be floating when it appears? I'm trying to implement this on an iPad app for a UITextField
. The reason is that in floating mode it presents the decimal pad, which is what I want.
Asked
Active
Viewed 658 times
1
-
There should be an option on the TextField, in Interface Builder, to set the keyboard input type. – xTwisteDx Apr 27 '20 at 19:52
-
Cheers - I've already set that - the issue is that on the iPad it presents a normal keyboard and I don't want that - I just want it to float to the decimal pad automatically and force it in that state. – SMSidat Apr 27 '20 at 21:43