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

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -