Initializer

init(attributedString:)

Creates an attributed string with the characters and attributes of the specified attributed string. 属性付き文字列をこの指定された属性付き文字列の文字と属性で作成します。

Declaration 宣言

init(attributedString attrStr: NSAttributedString)

Parameters パラメータ

attrStr

An attributed string. 属性付き文字列。

Return Value 戻り値

An NSAttributedString object initialized with the characters and attributes of attrStr. The returned object might be different than the original receiver. あるNSAttributedStringオブジェクトで、attrStrの文字と属性それらで初期化されます。返されるオブジェクトは、オリジナルのレシーバとは異なるかもしれません。

See Also 参照

Creating an Attributed String 属性付き文字列を作成する