Structure

IndexPath

A list of indexes that together represent the path to a specific location in a tree of nested arrays. 入れ子にされた配列のツリーの中の特定の位置へのパスを合わせて表すインデックスからなるリスト。

Declaration 宣言

struct IndexPath

Overview 概要

Each index in an index path represents the index into an array of children from one node in the tree to another, deeper, node. 各インデックスはあるインデックスパスにおいて、子らからなる配列の中へのインデックスを、ツリーの中のあるノードから別の、より深いノードまで表します。

Topics 話題

Creating Index Paths インデックスパスを作成する

Working with Special Node Names 特別なノード名を扱う

UIKit and AppKit supply specialized names for the first two index path nodes for use when working with table views and collection views. UIKitAppKitは、テーブルビューおよびコレクションビューを扱う場合に使用するために最初の2つのインデックスパスノードに対して特殊化された名前を供給します。

Counting Nodes ノードを数える

Accessing Nodes ノードにアクセスする

Adding Nodes ノードを追加する

Removing Nodes ノードを除去する

Finding Nodes ノードを見つけ出す

Selecting Nodes ノードを選択する

Excluding Nodes ノードを除く

Transforming Index Paths インデックスパスを変更する

Iterating over Nodes ノードに対して反復する

Sorting Nodes ノードをソートする

Comparing Index Paths インデックスパスを比較する

Manipulating Indexes インデックスを操作する

Describing an Index Path インデックスパスを記述する

Using Reference Types 参照型を使用する

Initializers イニシャライザ

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

Instance Methods インスタンス メソッド

Subscripts 添え字

Operator Functions 演算子関数

See Also 参照

Indexes インデックス