setSpellingState(_:range:)
Sets the spelling state, which controls the display of the spelling and grammar indicators on the given text range.
Declaration
func setSpellingState(_ value: Int, range charRange: NSRange)Parameters
- value:
The spelling state value to set. Possible values, for the temporary attribute on the layout manager using the key NSSpellingStateAttributeName, are:
Nsspellingstatespellingflag to highlight spelling issues.
Nsspellingstategrammarflag to highlight grammar issues.
- charRange:
The character range over which to set the given spelling state.
Discussion
May be called or overridden to control setting of spelling and grammar indicators on text, used to highlight portions of the text that are flagged for spelling or grammar issues.