Class

NSIndexPath

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

Declaration 宣言

@interface NSIndexPath : NSObject

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. For example, the index path 1.4.3.2 specifies the path shown in Figure 1. 各インデックスはあるインデックスパスにおいて、子らからなる配列の中へのインデックスを、ツリーの中のあるノードから別の、より深いノードまで表します。例えば、インデックスパス1.4.3.2図 1で示されるパスを指定します。

Figure 1 Index path 1.4.3.2 図 1 インデックスパス 1.4.3.2
Index path “1.4.3.2”

Topics 話題

Creating and Initializing Index Paths インデックスパスを作成および初期化する

Using 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 ノードを数える

Adding and Removing Nodes ノードの追加と除去

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

Working with Indexes インデックスを扱う

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Indexes インデックス