Re: awakeFromNib multiple objects - all connected?
Re: awakeFromNib multiple objects - all connected?
- Subject: Re: awakeFromNib multiple objects - all connected?
- From: Trygve Inda <email@hidden>
- Date: Fri, 04 Jul 2014 22:05:10 -0700
- Thread-topic: awakeFromNib multiple objects - all connected?
>
> On 5 Jul 2014, at 1:56 pm, Trygve Inda <email@hidden> wrote:
>
>> As long as A can call into B & C and know that B & C have their outlets
>> hooked up, that's fine.
>
> You can rely on all outlets being connected. What you can't rely on is the
> order in which each object's -awakeFromNib is called.
>
> --Graham
>
>
>
Perfect.
And long as one object can receive awakeFromNib, call into another objects
(via an outlet) and THOSE objects will have their outlets connected (even
though they may not have received their own awakeFromNib yet), that will
work.
Thanks!
_______________________________________________
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