Contents

delegate

The object that is notified when the fetched results changed.

Declaration

unowned(unsafe) var delegate: (any NSFetchedResultsControllerDelegate)? { get set }

Discussion

If you do not specify a delegate, the controller does not track changes to managed objects associated with its managed object context.

See Also

Getting Configuration Information