Contents

remove(_:)

Removes the specified nodes from the graph.

Declaration

func remove(_ nodes: [GKGraphNode])

Parameters

  • nodes:

    A node in the graph.

Discussion

This method has no effect on nodes in the array that are not in the graph.

See Also

Working with Nodes in a Graph