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

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

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -