I\'m trying to update an app for iOS8, which has a chat interface, but the new Quicktype keyboard hides the text view, so I would like to turn it off programmatically or in
For completeness sake I would like to add that you can also do this in the Interface Builder.
Interface Builder
To disable Keyboard Suggestions on UITextField or UITextView — in the Attributes Inspector set Correction to No .
UITextField
UITextView
Attributes Inspector
Correction
No