Is there any way to hide suggestions list above keyboard? I couldn't find any solution in documentation.
Once the keyboard is visible, tap on the three dots and go to Settings. Once you're in Settings, go to Text Correction. The first option on the list will be the Show suggestion stip. It's as simple as toggling it off.
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.
Yes there is. You have to disable autocorrection on the text field/text/any other class that conforms to the UITextInputTraits protocol, which can be done through the autocorrectionType property.
textField.autocorrectionType = .no
Additionally, if you're interested, the following are the only UIKeyboardTypes that don't have suggestions by default.
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