Re: Which method is called absolutetly last?
Re: Which method is called absolutetly last?
- Subject: Re: Which method is called absolutetly last?
- From: Nir Soffer <email@hidden>
- Date: Wed, 19 Apr 2006 16:47:09 +0300
On 19/04/2006, at 16:26, Bobby B wrote:
Hey guys;
I have a method that I need called during my program's startup. But..
It needs to be called after Cocoa has loaded my CoreData entity into
my bindings. I've tried calling my method during awakeFromNib and
applicationDidFinishLaunching. The problem though, as I said, is
that the data hasn't been loaded into the bindings yet, so my method's
call is worthless.
Is there a way to fudge this?
Try to call the method from applicationDidFinishLaunching: using
performSelector:withObject:afterDelay:
Best Regards,
Nir Soffer
_______________________________________________
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