Generic Instance Method 総称体インスタンスメソッド

append(_:)

Appends a string to the attributed string. ある文字列を属性付き文字列に追加します。

Declaration 宣言

mutating func append<S>(_ s: S) where S : AttributedStringProtocol

Parameters パラメータ

s

The string to append. 追加する文字列。

See Also 参照

Combining Attributed Strings 属性付き文字列を結合する