UIKeyboard with QuickType!
It is bad to know that there is no sufficient space of screen on iPhone devices, now apple has been taken more room by adding QuickType. How can I remove it for items that do not need quicktype's auto complete, auto suggest?
To permanently disable QuickType suggestions, you can simply long press on the keyboard selector icon and slide the "Predictive" toggle off (thanks to Nick for the tip.) Alternatively, you can make a trip into your iPhone or iPad's Settings app.
. Tap Keyboard Settings, then turn on Predictive. Or go to Settings > General > Keyboard, and turn Predictive on or off.
You can set the autocorrectionType to NO. Its an existing iOS property so won't break in any previous/current versions of iOS;
textField.autocorrectionType = UITextAutocorrectionTypeNo;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With