accessibilityLineEndMarker(for:)
Returns the text marker that represents the end of the line that contains the given text marker.
Declaration
func accessibilityLineEndMarker(for marker: BEAccessibilityTextMarker) -> BEAccessibilityTextMarker?Parameters
- marker:
A text marker.
Return Value
A text marker that represents the end of the line that contains marker, or nil if there isn’t one.