Contents

init(windowNibName:)

Returns a window controller initialized with a nib file.

Declaration

convenience init(windowNibName: NSNib.Name)

Parameters

  • windowNibName:

    The name of the nib file (minus the “.nib” extension) that archives the receiver’s window; cannot be nil.

Discussion

Sets the owner of the nib file to the receiver. The default initialization turns on cascading, sets the shouldCloseDocument property to false, and sets the autosave name for the window’s frame to an empty string.

See Also

Initializing Window Controllers