Re: Cocoa-dev Digest, Vol 10, Issue 522
Re: Cocoa-dev Digest, Vol 10, Issue 522
- Subject: Re: Cocoa-dev Digest, Vol 10, Issue 522
- From: Fritz Anderson <email@hidden>
- Date: Wed, 21 Aug 2013 10:01:00 -0500
On 20 Aug 2013, at 3:07 PM, George Toledo <email@hidden> wrote:
> If you have code that needs to happen first/once at start, maybe you can try putting it in awakeFromNib.
This may often be the case, but it is not guaranteed. -awakeFronNib is called every time an object is implicated in the loading of a NIB (etc). If an object is File's Owner to more than one NIB (or a NIB that is loaded more than once), it will get -awakeFromNib at each load.
— F
_______________________________________________
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