A method identified as deprecated has been superseded and may become unsupported in the future.
Remove this word from the spelling dictionary. (Deprecated in Mac OS X v10.5. Use unlearnWord: instead.)
- (void)forgetWord:(NSString *)word
The word to remove.
NSSpellChecker.hReturns an array of suggested spellings for the misspelled word. (Deprecated in Mac OS X v10.6. Use guessesForWordRange:inString:language:inSpellDocumentWithTag: instead.)
- (NSArray *)guessesForWord:(NSString *)word
A misspelled word.
An array of suggested spellings for the word.
If word contains all capital letters, or its first letter is capitalized, the suggested words are capitalized in the same way.
NSSpellChecker.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-07-08)