Instance Method インスタンスメソッド

index(atPosition:)

Provides the value at a particular node in the index path. インデックスパスの中の特定のノードでの値を提供します。

Declaration 宣言

func index(atPosition position: Int) -> Int

Parameters パラメータ

node

Index value of the desired node. Node numbering starts at zero. 望んだノードのインデックス値。ノード番号はゼロで始まります。

Return Value 戻り値

The index value at node or NSNotFound if the node is outside the range of the index path. nodeでのインデックス値、またはノードがインデックスパスの外側ならば NSNotFound

See Also 参照

Working with Indexes インデックスを扱う