> The nib is only ‘awake’ after all connections in the graph have been made.
> 
> On Jul 4, 2014, at 11:18 PM, Trygve Inda <cocoa...@xericdesign.com> wrote:
> 
>> So the bottom line is:
>> 
>> When an object in a nib receives awakeFromNib are all the outlets throughout
>> the entire nib hooked up, or only those outlets in the object that is
>> receiving awakeFromNib?
> 
> 

I am just wondering which way is true:

1) all the nib's objects are connected to their outlets and then each object
is sent an awakeFromNib.

2) each object gets its own outlets connected and then is sent awakeFromNob
(so objects that have not yet received awakeFromNib may not have their
objects hooked up).




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to