Type Method 型メソッド

indexPathWithIndex:

Creates a one-node index path. 1ノードインデックスパスを作成します。

Declaration 宣言

+ (instancetype)indexPathWithIndex:(NSUInteger)index;

Parameters パラメータ

index

Index of the item in node 0 to point to. ノード0の中の項目を指し示すインデックス。

Return Value 戻り値

One-node index path with index. indexをもつ1ノードインデックスパス。

See Also 参照

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

Related Documentation 関連文書