Initializer

init(indexes:length:)

Initializes an index path with the given nodes and length. インデックスパスをその与えられたノードと長さで初期化します。

Declaration 宣言

init(indexes: UnsafePointer<Int>?, 
length: Int)

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 インデックスパスを作成および初期化する

Related Documentation 関連文書