Contents

mutableChildren

A mutable array that provides read-write access to the receiver’s child nodes.

Declaration

var mutableChildren: NSMutableArray { get }

Discussion

Nodes that are inserted into this array have their parent nodes set to the receiver. Nodes that are removed from this array automatically have their parent node set to nil. The array that is returned is observable using key-value observing.

See Also

Getting information about a node