Re: [Help] How to get instance of instantiated Controller in nib from Controller in another nib? (Java)
Re: [Help] How to get instance of instantiated Controller in nib from Controller in another nib? (Java)
- Subject: Re: [Help] How to get instance of instantiated Controller in nib from Controller in another nib? (Java)
- From: Brendan Younger <email@hidden>
- Date: Thu, 19 Jul 2001 12:21:57 -0500
NSBundle's -principalClass will probably get you what you want, but the
more sane and popular way to do this is to have outlets connected to
your File's Owner class and when you load the nib and specify a File's
Owner, all those outlets will automatically be connected.
Brendan Younger