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.
Adds the characters and attributes of a given attributed string to the end of the receiver.
func append(_ attrString: NSAttributedString)The string whose characters and attributes are added.