Contents

numberOfChildItems(at:)

Provides the number of child nodes for the indicated node.

Declaration

func numberOfChildItems(at indexPath: IndexPath) -> Int

Parameters

  • indexPath:

    The index for the node to be queried.

Return Value

An NSInteger value representing the number of child nodes associated with the indicated node.

See Also

Working with child nodes