Contents

nodes

The list of nodes in the graph.

Declaration

var nodes: [GKGraphNode]? { get }

Discussion

This array can contain nodes that are not connected to other nodes in the graph.

See Also

Working with Nodes in a Graph