Contents

managedObjectContext

The managed object context used to fetch objects.

Declaration

var managedObjectContext: NSManagedObjectContext { get }

Discussion

The controller registers to listen to change notifications on this context and properly update its result set and section information.

See Also

Getting Configuration Information