Core Data Model Design Question - Changing "Live" Objects also Changes Saved Objects
- by mwt
I'm working on my first Core Data project (on iPhone) and am really liking it. Core Data is cool stuff.
I am, however, running into a design difficulty that I'm not sure how to solve, although I imagine it's a fairly common situation. It concerns the data model.
For the sake of clarity, I'll use an imaginary football game app as an example to…