Re: Another Core Data Ivar Setter and Undo Issue
Re: Another Core Data Ivar Setter and Undo Issue
- Subject: Re: Another Core Data Ivar Setter and Undo Issue
- From: Chris Hanson <email@hidden>
- Date: Tue, 26 Jun 2007 15:04:14 -0700
On Jun 26, 2007, at 2:29 PM, Ian G. Gillespie wrote:
I was hoping that when Core Data invokes undo that it would call the
appropriate setter value for the property that changed. Is this the
expected behavior of Core Data?
This is the expected behavior for Core Data. It's not setting your
instance to a new state, it's rolling it back to a previous state.
In what kind of situation would you have a Department instance
observing key paths on thousands of Employee instances?
-- Chris
_______________________________________________
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