Disable autocorrect UITextView Swift -
how can turn off auto correct , spell check in swift? found following objective-c, nothing simple swift.
mytextview.autocorrectiontype = uitextautocorrectiontypeno;
i'm answering own questions today... seems work.
textview.autocorrectiontype = .no
Comments
Post a Comment