Initializer

init(string:)

Creates an attributed string with the characters of the specified string and no attribute information. 属性付き文字列をこの指定された文字列の文字それらと属性情報なしで作成します。

Declaration 宣言

init(string str: String)

Parameters パラメータ

str

The characters for the new object. 新しいオブジェクトに対する文字。

Return Value 戻り値

An NSAttributedString object initialized with the characters of str and no attribute information The returned object might be different than the original receiver. NSAttributedStringオブジェクト、strの文字でそして属性情報なしで初期化されます。返されるオブジェクトは、元のレシーバと違うかもしれません。

See Also 参照

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

Related Documentation 関連文書