Undo core data managed object

后端 未结 5 2113
野性不改
野性不改 2021-02-06 15:26

I have this code:

Store* store = [NSEntityDescription insertNewObjectForEntityForName:@\"Store\"];
store.name = @\"My Company\"
...

Now the sto

5条回答
  •  离开以前
    2021-02-06 15:47

    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.

提交回复
热议问题