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.
Removes the specified nodes from the graph.
func remove(_ nodes: [GKGraphNode])A node in the graph.
This method has no effect on nodes in the array that are not in the graph.