Re: CoreData, Faulting, and KVO
Re: CoreData, Faulting, and KVO
- Subject: Re: CoreData, Faulting, and KVO
- From: "Ian G. Gillespie" <email@hidden>
- Date: Tue, 20 Mar 2007 15:50:01 -0400
I have run into similar issues as the one you described. One solution
might be to have each of your objects observer for changes in the
managed object context, then get the userInfo dictionary from the
notification and then have some checks to see if something needs to be
updated.
With your current solution, does undo/redo work as expected?
Fortunately, I came up with a solution that seems to work - don't use
any observers at all.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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