Contents

updatedObjects

The set of objects registered with the context that have uncommitted changes.

Declaration

var updatedObjects: Set<NSManagedObject> { get }

Discussion

A managed object context does not post key-value observing notifications when the return value of updatedObjects changes. A context does, however, post a NSManagedObjectContextObjectsDidChange notification when a change is made, and a NSManagedObjectContextWillSave notification and a NSManagedObjectContextDidSave notification before and after changes are committed respectively.

See Also

Related Documentation

Handling managed objects