Tagged Questions

3
votes
2answers
2k views

NSManagedObject setValue problem (Core Data)

I wish to edit an existing record in core data. At the moment, I have this code, but it creates a new record (and inserts the correct data into the correct column): NSManagedObjectContext *context = ...