Declaration

func node(at indexPath: IndexPath) -> GSNode?

Declaration

- (GSNode *) nodeAtIndexPath:(NSIndexPath *) indexPath;

Declaration

nodeAtIndexPath_(indexPath: NSIndexPath) -> GSNode

Discussion

The first index is the linear path index and the second index is the node index in that path. Returns nil if the first index does not refer to a path.

See Also

Nodes