> 
> On 5 Jul 2014, at 1:56 pm, Trygve Inda <[email protected]> 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 protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to