Contents

accessibilityContent(for:)

Returns the accessibility content for a text range.

Declaration

func accessibilityContent(for range: BEAccessibilityTextMarker.Range) -> String?

Parameters

  • range:

    The text marker range.

Return Value

The string of text within the marker range, or nil if there’s no text in the range.