Instance Property インスタンスプロパティ

runs

The attributed runs of the attributed string, as a view into the underlying string. 属性付き文字列の属性付きrunそれら、基礎をなす文字列へのあるビューとして。

Declaration 宣言

var runs: AttributedString.Runs { get }

Discussion 議論

Runs begin and end when the attributes for the characters change. Use this property to iterate over the runs with for-in syntax. runそれらは、文字それらの属性が変化する場合に始まりそして終わります。このプロパティを使って、runそれらのすべてにわたってfor-in構文で反復してください。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Accessing Views into the Attributed String 属性付き文字列へのビューそれらにアクセスする