spellServer(_:didForgetWord:inLanguage:)
Notifies the delegate that the sender has removed the specified word from the user’s list of acceptable words in the specified language.
Declaration
optional func spellServer(_ sender: NSSpellServer, didForgetWord word: String, inLanguage language: String)Parameters
- sender:
The
NSSpellServerobject that removed the word. - word:
The word that was removed.
- language:
The language of the removed word.
Discussion
If your delegate maintains a similar auxiliary word list, you may wish to edit the list accordingly.