accessibilityMarker(for:)
Returns the text marker at a point in the view’s coordinate system.
Declaration
func accessibilityMarker(for point: CGPoint) -> BEAccessibilityTextMarker?Parameters
- point:
A location in the view’s bounds.
Return Value
The text marker for the text at point, or nil if there isn’t text at that point.