I have this code:
Store* store = [NSEntityDescription insertNewObjectForEntityForName:@\"Store\"]; store.name = @\"My Company\" ...
Now the sto
Also you could save all data from the user in an array and when the user is ready, you only have to save the array to core data.