init(content:)
Initializes and returns an NSObjectController object with the given content.
Declaration
init(content: Any?)Parameters
- content:
The content for the receiver.
Return Value
The initialized object controller, with its content object set to content.