Contents

canAddChild

A Boolean value that indicates if a child object can be added to the tree controller’s content.

Declaration

var canAddChild: Bool { get }

Discussion

The value of this property is true if a child object can be added to the tree controller’s content. This property is observable using key-value observing.

See Also

Adding, inserting and removing objects