This commit is contained in:
John Estropia
2015-09-01 21:05:59 +09:00
parent e627cf8161
commit 0de1733efe

View File

@@ -84,7 +84,7 @@ internal extension NSManagedObjectContext {
context?.performBlock { () -> Void in
let updatedObjects = (note.userInfo?[NSUpdatedObjectsKey] as? [NSManagedObject]) ?? []
let updatedObjects = (note.userInfo?[NSUpdatedObjectsKey] as? Set<NSManagedObject>) ?? []
for object in updatedObjects {
context?.objectWithID(object.objectID).willAccessValueForKey(nil)