ignoredWords
Returns the words that the text checker ignores when spell-checking.
Declaration
var ignoredWords: [String]? { get set }Return Value
An array of strings, each of which specifies a word the receiver ignores when it is spell-checking a document.
Discussion
The spell checker excludes ignored words as misspelled words during the current spell-checking session only.