Contents

accessibilityRTF(for:)

Returns the rich text format (RTF) data that describes the specified range of characters.

Declaration

func accessibilityRTF(for range: NSRange) -> Data?

Parameters

  • range:

    The range of characters.

Return Value

A data object containing an RTF representation of the specified characters.

See Also

Configuring text elements