Instance Property
インスタンスプロパティ
custom
customMirror
A mirror that reflects the index path.
インデックスパスを反映するミラー。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var customMirror: Mirror
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Working with Special Node Names 特別なノード名を扱う
var debugDescription : String
A textual description of the index path suitable for debugging.
デバッグに適するインデックスパスのテキスト記述。
var description: String
A textual description of the index path.
インデックスパスのテキスト記述。
var endIndex : IndexPath.Index
One past the index of the last node in the index path.
インデックスパスの最後のノードのインデックスを1つ過ぎます。
var hashValue : Int
The computed hash value for the index path.
インデックスパスに対する計算ハッシュ値。
var isEmpty : Bool
A Boolean value indicating whether the collection is empty.
コレクションが空かどうかを指し示すブール値。
var item: Int
The value of the item element of the index path.
インデックスパスの項目要素の値。
var lazy: LazySequence<IndexPath>
A sequence containing the same elements as this sequence, but on which some operations, such as
map
and filter
, are implemented lazily.
このシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmap
やfilter
が遅延に実装されます。
var row: Int
The value of the row element of the index path.
インデックスパスの列要素の値。
var section: Int
The value of the section element of the index path.
インデックスパスのセクション要素の値。
var startIndex : IndexPath.Index
The index of the first node in the index path.
インデックスパスの最初のノードの値。