UIKit.UITextInputTokenizer Members

The members of UIKit.UITextInputTokenizer are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor that initializes a new instance of this class with no parameters.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

abstract
GetPosition(UITextPosition, UITextGranularity, UITextDirection) : UITextPosition
The UITextPosition for the specified position, for a given granularity and direction.
abstract
GetRangeEnclosingPosition(UITextPosition, UITextGranularity, UITextDirection) : UITextRange
Returns the UITextRange enclosing the specified position in a text unit of a given granularity in the specified direction.
abstract
ProbeDirection(UITextPosition, UITextGranularity, UITextDirection) : bool
Whether the specified probePosition is at a boundary of a text unit at the specified granularity and direction.
abstract
ProbeDirectionWithinTextUnit(UITextPosition, UITextGranularity, UITextDirection) : bool
Whether the specified probePosition is within a text unit of the specified granularity and direction.