Returns a window controller initialized with a nib file.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
Parameters
windowNibName
The name of the nib file (minus the “
.nib
” extension) that archives the receiver’s window; cannot benil
.
Discussion
Sets the owner of the nib file to the receiver. The default initialization turns on cascading, sets the should
property to false
, and sets the autosave name for the window’s frame to an empty string.