UIKit.UITextChecker: Method Members

The methods of UIKit.UITextChecker are listed below. For a list of all members, see the UITextChecker Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

CompletionsForPartialWordRange(Foundation.NSRange, string, string) : string[]
An array of strings that represent the possible completions for a partially-entered word.
GuessesForWordRange(Foundation.NSRange, string, string) : string[]
The list of words that are suggestions for a misspelled word.
static
HasLearnedWord(string) : bool
Whether the spell checker has learned the specified word.
IgnoreWord(string)
Ignores the specified word during spell checking.
static
LearnWord(string)
Learns the specified word so that it no longer identified as misspelled.
RangeOfMisspelledWordInString(string, Foundation.NSRange, bool, string, nint) : Foundation.NSRange
Searches the specified range within a string for a misspelled word.
static
UnlearnWord(string)
Tells the spell checked to forget the specified spelling.