Contents

canInsertChild

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

Declaration

var canInsertChild: Bool { get }

Discussion

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

See Also

Adding, inserting and removing objects