CoreDataMultiFetchedResultsControllerDelegate
@objc public protocol CoreDataMultiFetchedResultsControllerDelegate: NSFetchedResultsControllerDelegate Inheritance#
NSFetchedResultsControllerDelegate
Requirements#
multiFetchedResultsControllerDidChangeControllers(_:โ)#
Called by the multi-controller when the list of internal controllers changed. E.g. a model adapter was added or removed, which will happen when a new record zone is shared with this user for example if the user accepts a share.
func multiFetchedResultsControllerDidChangeControllers(_ controller: CoreDataMultiFetchedResultsController)Parameters#
- controller: CoreDataMultiFetchedResultsController