accessibilityTextMarker(forPosition:)
Returns the text marker for the text at a given index in the element’s text.
Declaration
func accessibilityTextMarker(forPosition position: Int) -> BEAccessibilityTextMarker?Parameters
- position:
An index into the element’s text.
Return Value
The text marker for the text at position, or nil if there isn’t text at that position.