Core data edit function
问题 I already have a tableView with data in it. IF you tap a cell/row it pushes to an edit type of view. Is there anyway to edit core data's data other than: By edit, i mean i already have data inserted into my context. I have loaded my data into my view, the user can change the existing data, and re save it. .h //Below is the entity/entity's class name 'Amm' Amm *amm; .m -(IBAction)save { [self.amm setValue:self.nameField.text forKey:@"name"]; [self.amm setValue:self.nicknameField.text forKey:@