Contents

superscriptRange(_:)

Increments the value of the superscript attribute for characters in the specified range by one.

Declaration

func superscriptRange(_ range: NSRange)

Parameters

  • range:

    The range of characters.

Discussion

Raises an rangeException if any part of range lies beyond the end of the receiver’s characters.

See Also

Changing Attributes