Contents

indexPath(forColumn:)

Returns the index path of the item whose children are displayed in the given column.

Declaration

func indexPath(forColumn column: Int) -> IndexPath

Parameters

  • column:

    The column to find the index path for.

Return Value

The index path of the column.

Discussion

This method can only be used if the delegate implements the item data source methods.

See Also

Accessing Components