Type Method 型メソッド

indexPathWithIndexes:length:

Creates an index path with one or more nodes. 1つまたはそれ以上の要素をもつインデックスパスを作成します。

Declaration 宣言

+ (instancetype)indexPathWithIndexes:(const NSUInteger *)indexes 
                              length:(NSUInteger)length;

Parameters パラメータ

indexes

Array of indexes to make up the index path. インデックスパスを作り上げることになるインデックスそれらからなる配列。

length

Number of nodes to include in the index path. インデックスパスの中に含めることになるノードそれらの数。

Return Value 戻り値

Index path with indexes up to length. インデックスパス、indexeslengthに至るまで持ちます。

See Also 参照

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