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
In Swift 4.x:
myUTTextField.autocorrectionType = .no