Disable autocorrect UITextView Swift Disable autocorrect UITextView Swift swift swift

Disable autocorrect UITextView Swift


I'm answering all my own questions today... This seems to work.

textView.autocorrectionType = .no


With Swift 3:

textView.autocorrectionType = .no


enter image description here

choice connection -> set Default to No