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

insert(_:at:)

Inserts the specified string at a specific index in the attributed string. 指定された文字列を特定のインデックスでこの属性付き文字列において挿入します。

Declaration 宣言

mutating func insert<S>(_ s: S, at index: AttributedString.Index) where S : AttributedStringProtocol

Parameters パラメータ

s

The string to insert. 挿入する文字列。

index

The index that indicates where to insert the string. 文字列を挿入するところを指し示すインデックス。

See Also 参照

Modifying an Attributed String