move(_:to:)
Moves the specified tree nodes to the new index path.
Declaration
func move(_ nodes: [NSTreeNode], to startingIndexPath: IndexPath)Parameters
- nodes:
An array of tree nodes.
- startingIndexPath:
An index path specifying the starting position to move the tree nodes to in the tree controller’s content.