ios - Disablic spell check while keeping autocorrect in swift -
in uitextview when user spells incorrectly, gets underlined in red. how can remove without disabling autocorrect?
text views have properties both autocorrection , spelling checking. these can set in attributes inspector. or in code via spellcheckingtype
, autocorrectiontype
. in case want disable spell checking whilst leaving autocorrect enabled.
the various possible constant values detailed at: uitextinputtraits
Comments
Post a Comment