Class

NSIndexPath

An object containing a list of indexes that bridges to IndexPath; use NSIndexPath when you need reference semantics or other Foundation-specific behavior. インデックスからなるリストを含んでいるオブジェクト、それはIndexPathにブリッジされます;NSIndexPathをあなたが参照意味論または他のFoundation特有の挙動を必要とする場合は使ってください。

Declaration 宣言

class 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 参照

Using Reference Types 参照型を使用する