parentWindow
The window that displays the dashboard.
Declaration
@IBOutlet weak var parentWindow: NSWindow? { get set }Discussion
Set this property before presenting a view controller. The window must be at least 800 x 600.
The window that displays the dashboard.
@IBOutlet weak var parentWindow: NSWindow? { get set }Set this property before presenting a view controller. The window must be at least 800 x 600.