init(representedObject:)
Initializes a newly allocated tree node that represents the specified object.
Declaration
init(representedObject modelObject: Any?)Parameters
- modelObject:
The object the tree node represents.
Return Value
An initialized tree node that represents modelObject.