Contents

ignoredWords(inSpellDocumentWithTag:)

Returns the array of ignored words for a document identified by tag.

Declaration

func ignoredWords(inSpellDocumentWithTag tag: Int) -> [String]?

Discussion

Invoke this method before closeSpellDocument(withTag:) if you want to store the ignored words.

See Also

Managing the Spell-Checking Process