Initializer

init(stringLiteral:)

Creates an attributed string from the specified string literal, with no attributes. ある属性付き文字列をこの指定された文字列リテラルから、属性なしで作成します。

Declaration 宣言

init(stringLiteral value: String)

Parameters パラメータ

value

The string literal that provides the attributed string’s initial content. 属性付き文字列のもつ初期内容を提供する文字列リテラル。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Creating an Attributed String from Literal Values ある属性付き文字列をリテラル値それらから作成する