How can I turn off auto correct and spell check in Swift? I found the following for objective-c, but nothing so simple for swift.
myTextView.autocorrectionType = UITextAutocorrectionTypeNo;
I'm answering all my own questions today... This seems to work.
textView.autocorrectionType = .no
With Swift 3:
textView.autocorrectionType = .no
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