Pages

Wednesday, January 30, 2013

Re: Assigning user defined names to PersistentStores

OK, so I think I get it. The whole point of CoreData is to maintain one and only one copy of the core data. So if I want to make files to share from that data that the application produces and uses, then I'll have to make a class, or use some other class, to read the objects out of the store and order them onto some other file. And then I'll also need the application to be able to take that file and read it back into NSManagedObjects, which is easy if the file is in xml format.


View the original article here

0 comments:

Post a Comment