Hi, i need an advice for Core data project.
i have two entities TempProducts and Products.They have same attributes.
i use a TableView in which the user input items than i want when he(she) clicks on a button to transfer (add) all items from TempProducts to Products and clear all TemProducts
- (IBAction)save
id)sender{
//add all items from TempProducts to Products
//clear all records in TempProducts
this one i know how to make
i have two entities TempProducts and Products.They have same attributes.
i use a TableView in which the user input items than i want when he(she) clicks on a button to transfer (add) all items from TempProducts to Products and clear all TemProducts
- (IBAction)save
//add all items from TempProducts to Products
//clear all records in TempProducts
this one i know how to make