Re: How to instantiate WindowController in xib
Re: How to instantiate WindowController in xib
- Subject: Re: How to instantiate WindowController in xib
- From: Alex Zavatone <email@hidden>
- Date: Tue, 22 Nov 2016 08:19:16 -0600
Can't you get the file name from the bundle?
How are you getting the file name for the XIB?
On Nov 21, 2016, at 10:42 PM, Gerriet M. Denkmann wrote:
> My MainMenu.xib has an Object of class MainWindowController ← NSWindowController.
>
> The AppDelegate has a reference to this (mainWindowController).
>
> But
> - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
> {
> NSLog(@"mainWindowController %@ windowNibName %@ windowNibPath %@",
> self.mainWindowController, self.mainWindowController.windowNibName,
> self.mainWindowController.windowNibPath);
> }
>
> prints:
> windowNibName = nil
> windowNibPath = some totally unrelated xib file
>
> How to tell Xcode the WindowNibName to use ?
>
> Gerriet.
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden