Discussion 議論
Use the characters
view when you want to look for specific string content. You can then use the resulting ranges to set attributes for specific parts of the Attributed
.
characters
ビューを、あなたが特定の文字列内容を探したい時に使ってください。あなたは、それからその結果の範囲を使うことで属性をAttributed
の特定の部分に対して設定できます。
You can also use this property to mutate the attributed string, using Range
methods, such as insert(_:
and append(_:)
. Inserted characters inherit any attributes present at the insertion point.
あなたはまた、このプロパティを使って属性付き文字列を変化させることができます、Range
メソッド、例えばinsert(_:
およびappend(_:)
などを使って。挿入された文字は、挿入ポイントで存在するあらゆる属性を継承します。