Contents

move(_:to:)

Moves the specified tree node to the new index path.

Declaration

func move(_ node: NSTreeNode, to indexPath: IndexPath)

Parameters

  • node:

    A tree node.

  • indexPath:

    An index path specifying the new position in the tree controller’s content.

See Also

Adding, inserting and removing objects