Contents

append(_:)

Adds the characters and attributes of a given attributed string to the end of the receiver.

Declaration

func append(_ attrString: NSAttributedString)

Parameters

  • attrString:

    The string whose characters and attributes are added.

See Also

Changing Characters and Attributes