Re: Windows in multiple NIBs
Re: Windows in multiple NIBs
- Subject: Re: Windows in multiple NIBs
- From: Vince DeMarco <email@hidden>
- Date: Sun, 23 Dec 2001 11:33:38 -0700
On Sunday, December 23, 2001, at 09:15 am, Brian Luft wrote:
Greetings.
I'm trying to use a window that's inside a separate NIB, but I can't
figure
out how to do it. From what I glean from the documentation, I need to use
like NSBundle's loadNibNamed:owner: to load the nib, and then do... ??
I need to be able to access the window's controller in the other nib so I
can pass data back and forth, also. No idea how I'd accomplish that.
Any help? Point me at some documentation that'll help or explain for me?
Look at this example
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow
vince