The methods of UIKit.UITextInputTokenizer are listed below. For a list of all members, see the UITextInputTokenizer Members list.
See Also: Inherited members from Foundation.NSObject
abstract | GetPosition(UITextPosition, UITextGranularity, UITextDirection)The UITextPosition for the specified position, for a given granularity and direction. | |
abstract | GetRangeEnclosingPosition(UITextPosition, UITextGranularity, UITextDirection)Returns the UITextRange enclosing the specified position in a text unit of a given granularity in the specified direction. | |
abstract | ProbeDirection(UITextPosition, UITextGranularity, UITextDirection)Whether the specified probePosition is at a boundary of a text unit at the specified granularity and direction. | |
abstract | ProbeDirectionWithinTextUnit(UITextPosition, UITextGranularity, UITextDirection)Whether the specified probePosition is within a text unit of the specified granularity and direction. | |