awakeFromNib vs appdidfinishlaunching
awakeFromNib vs appdidfinishlaunching
- Subject: awakeFromNib vs appdidfinishlaunching
- From: Karim Morsy <email@hidden>
- Date: Wed, 22 Mar 2006 14:50:46 +0100
Hi,
from what's indicated in the docs all IB objects are instantiated
when the app launches.
it's said that upon instantiation all objects are sent awakeFromNib
(in an arbitrary order).
but are all obecjs instantiated first and then each one is sent
awakeFromNib OR is an object instantiated, sent awakeFromNib, and
then the next object is instantiated, sent awakeFromNib and so on ... ?
in the latter case, this would imply that all initialization of
objects done in the controller (for example setting values for
sliders, textFields, drawing custom views etc) should not be done in
awakeFromNib as some of them might not yet be existing, right ?
thanks,
Karim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden