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 -

Magento/PHP - Get phones on all members in a customer group -

android - Facebook Login CallbackManager FacebookCallback called onCancel() every time -