1

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.

TylerP
  • 9,600
  • 4
  • 39
  • 43
SMSidat
  • 1,163
  • 1
  • 15
  • 34
  • 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

1 Answers1

0

There is no way to force the floating keyboard, unfortunately.

Gereon
  • 17,258
  • 4
  • 42
  • 73