numberOfChildItems(at:)
Provides the number of child nodes for the indicated node.
Declaration
func numberOfChildItems(at indexPath: IndexPath) -> IntParameters
- 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.