How to import data from existing non-document Core Data store to uimanageddocument?
The question is how to copy from the old managedObjectContext to the new one.
How to import data from existing non-document Core Data store to uimanageddocument?
The question is how to copy from the old managedObjectContext to the new one.
The answer is to subclass UIManagedDocument, in which import(simply copy)existing store to the document store: