Create temporary CoreData objects (in a volatile MagicalRecord context)?

I just want to create entities , but not save , but only verify them.

Is it possible to create a temporary context for them? Is there a way to move them into a constant context after I decide to keep them?

And the bottom line: are these features available through the MagicalRecord API?

+4
source share
1 answer

NSManagedContext, parentContext, , - , , , ( ) - .

, MagicalRecord + (NSManagedObjectContext *) MR_contextWithParent:.

+10

All Articles