Contents

mainWindow

The app’s main window.

Declaration

weak var mainWindow: NSWindow? { get }

Discussion

The value in this property is nil when the app’s storyboard or nib file has not yet finished loading. It might also be nil when the app is inactive or hidden.

See Also

Related Documentation

Managing App Windows