Instance Method
インスタンスメソッド
initWithIndexes:length:
Initializes an index path with the given nodes and length.
インデックスパスをその与えられたノードと長さで初期化します。
Parameters
パラメータ
indexes
Array of indexes to make up the index path.
インデックスパスを作り上げることになるインデックスそれらからなる配列。
length
Number of nodes to include in the index path.
インデックスパスの中に含めることになるノードそれらの数。
Return Value
戻り値
Initialized NSIndexPath
object with indexes
up to length
.
初期化されたNSIndexPath
オブジェクト、indexes
それらをlength
に至るまで持ちます。
Discussion
議論
This method is a designated initializer of NSIndexPath
.
このメソッドは、NSIndexPath
の指定イニシャライザです。
See Also
参照
Creating and Initializing Index Paths
インデックスパスを作成および初期化する
- initWithIndex:
Initializes an index path with a single node.
インデックスパスをただ1つのノードで初期化します。