Instance Property
インスタンスプロパティ
characters
The characters of the attributed string, as a view into the underlying string.
属性付き文字列の文字それら、基礎をなす文字列へのあるビューとして。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var characters: AttributedString
.CharacterView
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Accessing Views into the Attributed Substring 属性付き下位文字列へのビューそれらにアクセスする
struct AttributedString.CharacterView
A view into the underlying storage of the attributed string, as Unicode characters.
属性付き文字列の基礎をなすストレージへのあるビュー、Unicode文字それらとして。
var unicodeScalars : AttributedString.UnicodeScalarView
The Unicode scalars of the attributed string, as a view into the underlying string.
属性付き文字列のUnicodeスカラーそれら、基礎をなす文字列へのあるビューとして。
struct AttributedString.UnicodeScalarView
A view into the underlying storage of the attributed string, as Unicode scalars.
属性付き文字列の基礎をなすストレージへのあるビュー、Unicodeスカラーそれらとして。
var runs: AttributedString.Runs
The attributed runs of the attributed string, as a view into the underlying string.
属性付き文字列の属性付きrunそれら、基礎をなす文字列へのあるビューとして。
struct AttributedString.Runs
An iterable view into segments of the attributed string, each of which indicates where a run of identical attributes begins or ends.
属性付き文字列の分節それらへのある反復可能ビュー、そのそれぞれは一致している属性それらからなるあるrunが始まるまたは終わるところを指し示します。