Re: Load order of nib internals
Re: Load order of nib internals
- Subject: Re: Load order of nib internals
- From: Scott Anguish <email@hidden>
- Date: Tue, 16 Sep 2003 01:22:02 -0400
On Sep 15, 2003, at 11:16 PM, Francisco Tolmasky wrote:
Alright, I have two instantiated objects within my nib, an application
controller and a custom document controller (so that it becomes the
default document controller). Currently, the document controller is
being loaded first, which crashes my program because it relies on some
things set up in the +initialize phase of my application controller.
Is there anyway to change the load order to avoid this?
Unfortunately, +initialize has no guarantee on the order for loading,
so you need to find a different way to accomplish this.
_______________________________________________
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.