Re: Linking xib's
Re: Linking xib's
- Subject: Re: Linking xib's
- From: Charlie Dickman <email@hidden>
- Date: Thu, 17 Dec 2009 16:37:11 -0500
I have discovered the answer. The controller knows about the view without me doing any linkage.
It is referenced using [self view] in the controller.
On Dec 17, 2009, at 4:07 PM, Shawn Erickson wrote:
> On Thu, Dec 17, 2009 at 12:46 PM, Charlie Dickman <email@hidden> wrote:
>
>> The question is how do I provide this linkage when the controller and the view are in _different_ xib's?
>
> Who is the "owner" (aka loader) of the two xibs? If it is the same
> owning object then just hook up the outlets in the respective xibs as
> needed.
>
> If they don't have the same owner you are going to have to outline a
> little more of the relationships between the objects that load the two
> xibs.
>
> -Shawn
Charlie Dickman
email@hidden
_______________________________________________
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