The string literal that provides the attributed string’s initial content. 属性付き文字列のもつ初期内容を提供する文字列リテラル。
Initializerinit(string
init(stringLiteral:)
Creates an attributed string from the specified string literal, with no attributes.
ある属性付き文字列をこの指定された文字列リテラルから、属性なしで作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(stringLiteral value: String
)
Parameters パラメータ
value
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating an Attributed String from Literal Values ある属性付き文字列をリテラル値それらから作成する
typealias AttributedString.StringLiteralType
The type that string literal initializers use.
文字列リテラルイニシャライザが使う型。
init(unicodeScalarLiteral : String)
Creates an instance initialized to the given value.
与えられた値へと初期化されるあるインスタンスを作成します。
typealias AttributedString.UnicodeScalarLiteralType
The type that Unicode scalar literal initializers use.
Unicodeスカラーリテラルイニシャライザが使う型。
init(extendedGraphemeClusterLiteral : String)
Creates an instance initialized to the given value.
与えられた値へと初期化されるあるインスタンスを作成します。
typealias AttributedString.ExtendedGraphemeClusterLiteralType
The type that extended grapheme cluster literal initializers use.
拡張書記素クラスタリテラルイニシャライザが使う型。