init(indexes: UnsafePointer<Int>?, length: Int)
Initializes an index path with the given nodes and length.
インデックスパスをその与えられたノードと長さで初期化します。
Availability 有効性
Technology
convenience init(index: Int
)
index
Index of the item in node 0 to point to. ノード0の中の項目を指し示すインデックス。
Initialized NSIndex
object representing a one-node index path with index
.
初期化されたNSIndex
オブジェクト、index
を持つある1ノードインデックスパスを表しています。
init(indexes: UnsafePointer<Int>?, length: Int)
+ indexPathWithIndex: