Re: Cross XIB references?
Re: Cross XIB references?
- Subject: Re: Cross XIB references?
- From: Matt Neuburg <email@hidden>
- Date: Sat, 05 Jun 2010 21:24:15 -0700
- Thread-topic: Cross XIB references?
On Sat, 05 Jun 2010 22:14:22 +0100, Jean-Fran?ois Brouillet <email@hidden>
said:
>So ... is there a way to refer to NIB1.objA from NIB2.objB ?
This is probably the most FAQ in the entire Cocoa universe, so check the
archives. But basically it's up to YOU to organize things so that there's a
chain of references that connects the instances you need connected. Both
objects can see certain objects in common (for example, they can both see
the shared application object, and therefore they can both see its
delegate), so there's the basis of one solution right there. (Or you could
just use an NSNotification.) m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden