Sent after the window owned by the receiver has been loaded.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
func windowDidLoad()
Discussion
The default implementation does nothing.
Sent after the window owned by the receiver has been loaded.
SDK
Framework
func windowDidLoad()
The default implementation does nothing.
func load Window()
Loads the receiver’s window from the nib file.
func show Window(Any?)
Displays the window associated with the receiver.
var is Window Loaded: Bool
A Boolean value that indicates whether the nib file containing the receiver’s window has been loaded.
var window: NSWindow?
The window owned by the receiver.
func window Will Load()
Sent before the window owned by the receiver is loaded.