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

Popular posts from this blog

android - Sent Blob results empty -

javascript - Bootstrap Popover: iOS Safari strange behaviour -