arrangedObjects
The tree controller’s sorted content objects.
Declaration
var arrangedObjects: NSTreeNode { get }Discussion
The value of this property represents a proxy root tree node containing the tree controller’s sorted content objects. The proxy object responds to children and descendant(at:) messages. This property is observable using key-value observing.