I am trying to observe individual NSManagedObject changes on NSManagedObjectContextWillSaveNotification:
NSManagedObject
NSManagedObjectContextWillSaveNotification
- (void)managedObjectContextWi
From iOS 7 you can also use hasPersistentChangedValues instead of changedValues. I think this performs better.