Contents

unscriptRange(_:)

Removes the superscript attribute from the characters in the specified range.

Declaration

func unscriptRange(_ 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