Generic Initializer

init(_:attributes:)

Creates an attributed string from a character sequence and an attribute container. 属性付き文字列を文字シーケンスと属性コンテナから作成します。

Declaration 宣言

init<S>(_ elements: S, attributes: AttributeContainer = .init()) where S : Sequence, S.Element == Character

Parameters パラメータ

elements

A character sequence that provides the textual content for the attributed string. ある文字列シーケンス、それはテキスト内容を属性付き文字列に提供するものです。

attributes

Attributes to apply to the textual content. テキスト内容に適用する属性。

See Also 参照

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