When in the launch cycle does coredata data become available.
When in the launch cycle does coredata data become available.
- Subject: When in the launch cycle does coredata data become available.
- From: "Adam Gerson" <email@hidden>
- Date: Sun, 2 Mar 2008 21:36:59 -0500
I am trying to programatically get some data from an array controller
when my program launches.
NSArray *allServers = [serverLibraryArrayController arrangedObjects];
This code works just fine with I invoke it with a button click.
However, if I put it in awakeFromNib or ApplicationDidFInishLaunching
it returns nil.
What method can I use so that this action is done automatically when
the program launches, but after core data has loaded data into the
array controller?
Thanks,
Adam
_______________________________________________
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