Hi, I am new to Core Data. I fetch few objects into an NSMutableArray. Now I want to update an object with objectID x.
My question is: How do I get the objectId for an object? and then how do I perform updates on that particular object? (eg: change 'Name' attribute and save)
Thanks