Re: Core Data, to-many relationships, and object graph consistency
Re: Core Data, to-many relationships, and object graph consistency
- Subject: Re: Core Data, to-many relationships, and object graph consistency
- From: Sebastian Celis <email@hidden>
- Date: Mon, 15 Jun 2009 08:43:29 -0500
I believe I found my issue. In my SCBook class I was overriding
didChangeValueForKey:withSetMutation:usingObjects: so that I could
store an NSString containing a comma-separated list of tags associated
with the book. Apparently this is a very bad way to do it. I missed
the big warning in the documentation which states that this method
should not be overridden. What is the correct way to do this from
inside of the SCBook class?
Thanks,
Sebastian
_______________________________________________
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