On Jul 4, 2014, at 8:18 PM, Trygve Inda <cocoa...@xericdesign.com> wrote:

> 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?

All the outlets are hooked up. But not all the other objects in the nib have 
run their -awakeFromNib methods yet, so you have to be cautious about calling 
into other objects in the nib during your -awakeFromNib implementation.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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