Re: CoreData and document loading
Re: CoreData and document loading
- Subject: Re: CoreData and document loading
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 15 Dec 2005 14:46:22 -0800
On Dec 15, 2005, at 6:56 AM, Romain Champourlier wrote:
I'm working on a application using CoreData. My problem is that I
need to know when my document's data finished being loaded from the
persistent store.
What are you actually trying to achieve?
There isn't a way to know when all the data is loaded. Some data may
never be loaded. If you need all the instances of a given entity,
then you simply execute a fetch when you need them. If you need to
know when a document is presented, use windowControllerDidLoadNib:...
mmalc
_______________________________________________
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