Contents

adding(_:)

Returns an index path containing the nodes in the receiving index path plus another given index.

Declaration

func adding(_ index: Int) -> IndexPath

Parameters

  • index:

    Index to append to the index path’s indexes.

Return Value

A new index path containing the receiving index path’s indexes and index.

See Also

Adding and Removing Nodes