Re: CoreData: Using willSave to update timestamps causes hang?
Re: CoreData: Using willSave to update timestamps causes hang?
- Subject: Re: CoreData: Using willSave to update timestamps causes hang?
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 4 Jun 2005 02:53:00 -0700
On Jun 4, 2005, at 2:04 AM, mmalcolm crawford wrote:
I'm not sure offhand if that will be all that's required in this
case, but if it's not then I'd be more inclined to reduce your
managedObjectContextObjects* method to:
- (void)managedObjectContextObjects*:(NSNotification *)notification {
[tableView reloadData];
}
Hmm, it looks like you'll have to at least register for
contextDidSave; you'll also need to register for undo notifications...
A more elegant approach may transpire after some sleep...
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