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

setAttributedString(_:)

Replaces the receiver’s entire contents with the characters and attributes of the given attributed string. レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。

Declaration 宣言

func setAttributedString(_ attrString: NSAttributedString)

Parameters パラメータ

attributedString

The attributed string whose characters and attributes replace those in the receiver. この属性付き文字列の文字と属性を、レシーバの中のそれらと置き換えます。

See Also 参照

Changing Characters and Attributes