Re: window loading sequence
Re: window loading sequence
- Subject: Re: window loading sequence
- From: Michael Latta <email@hidden>
- Date: Mon, 30 Dec 2002 13:09:05 -0800
This is not just a matter of discovering the current ordering. The
only ordering you can rely on is what is in the documentation. Other
ordering could change on you. Of course it probably has not changed in
the last 10 years, but it could.
-awakeFromNib is documented to be after the entire nib has loaded and
all connections have been created.
This is generally when you want custom behavior. If you described why
you care about other methods you might get some interest.
Michael
On Monday, December 30, 2002, at 12:41 PM, Carrie Brezine wrote:
Hi, I'm wondering if someone could please point me to a clear
explanation of the order in which methods are called when a nib is
loaded. After many false steps I've figured out that -awakeFromNib
comes after -windowDidLoad, but I don't know how many other things
there might be before/after/inbetween those two. I am rtfing all the
m's and archives I can find but haven't hit on the right one yet.
thanks
carrie _______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.