Thursday, 5 September 2013

Core Data read and write sequence

Core Data read and write sequence

I'm coding iOS 6.1 and learning Core Data.
If I have a Core Data entity/object in memory and I write it out, can I
continue to hold a copy in memory, update it and write it out again?
Or, once I've written it out, do I have to read it in again to update it
and then write it out again?

No comments:

Post a Comment