How to show sheet from separate NIB How to show sheet from separate NIB objective-c objective-c

How to show sheet from separate NIB


  1. Create an instance of SettingsWindowController, use initWithWindowNibName:

  2. You don't want it visible at launch.

  3. See 1.

  4. Your instance variables will be available to SettingsWindowController