Instance Method インスタンスメソッド

append(_:)

Adds the characters and attributes of a given attributed string to the end of the receiver. 与えられた属性付き文字列の文字と属性をレシーバの終わりに加えます。

Declaration 宣言

func append(_ attrString: NSAttributedString)

Parameters パラメータ

attributedString

The string whose characters and attributes are added. この文字列のもつ文字と属性が加えられます。

See Also 参照

Changing Characters and Attributes