Discussion 議論
Use this property when you want to split the attributed string by Unicode scalar instead of grapheme cluster. This is useful when you need to carefully control insertion points or render the content. このプロパティを使ってください、あなたが属性付き文字列を、書記素クラスタではなくユニコードスカラーによって分割したい時に。これは、あなたが挿入点または内容描出を注意深く制御する必要がある時に役に立ちます。
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(_:)
などを使って。挿入された文字は、挿入ポイントで存在するあらゆる属性を継承します。