Contents

accessibilityLineStartMarker(for:)

Returns the text marker that represents the start of the line that contains the given text marker.

Declaration

func accessibilityLineStartMarker(for marker: BEAccessibilityTextMarker) -> BEAccessibilityTextMarker?

Parameters

  • marker:

    A text marker.

Return Value

A text marker that represents the start of the line that contains marker, or nil if there isn’t one.

See Also

Text positions