Windows in multiple NIBs
Windows in multiple NIBs
- Subject: Windows in multiple NIBs
- From: Brian Luft <email@hidden>
- Date: Sun, 23 Dec 2001 10:15:26 -0600
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?
Thanks in advance. Brian