Instance Method
インスタンスメソッド
indexAtPosition:
Provides the value at a particular node in the index path.
インデックスパスの中の特定のノードでの値を提供します。
Parameters
パラメータ
node
Index value of the desired node. Node numbering starts at zero.
望んだノードのインデックス値。ノード番号はゼロで始まります。
Return Value
戻り値
The index value at node
or NSNotFound
if the node is outside the range of the index path.
node
でのインデックス値、またはノードがインデックスパスの外側ならば NSNotFound
。
See Also
参照
Working with Indexes
インデックスを扱う
- getIndexes:range:
Copies the indexes stored in the index path from the positions specified by the position range into the specified indexes.
そのインデックスパスの中に格納されるインデックスそれらを、位置範囲によって指定される位置それらから指定されたインデックスそれらへとコピーします。
- getIndexes:
Copies the objects contained in the index path into indexes.
インデックスパスの中に含まれるオブジェクトそれらをインデックスそれらにコピーします。
Deprecated
非推奨