NSFetchedResultsControllerDelegate_Extensions Class

Definition

Extension methods to the INSFetchedResultsControllerDelegate interface to support all the methods from the NSFetchedResultsControllerDelegate protocol.

public static class NSFetchedResultsControllerDelegate_Extensions
type NSFetchedResultsControllerDelegate_Extensions = class
Inheritance
NSFetchedResultsControllerDelegate_Extensions

Remarks

The extension methods for INSFetchedResultsControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original NSFetchedResultsControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidChangeContent(INSFetchedResultsControllerDelegate, NSFetchedResultsController)
DidChangeObject(INSFetchedResultsControllerDelegate, NSFetchedResultsController, NSObject, NSIndexPath, NSFetchedResultsChangeType, NSIndexPath)
DidChangeSection(INSFetchedResultsControllerDelegate, NSFetchedResultsController, INSFetchedResultsSectionInfo, nuint, NSFetchedResultsChangeType)
SectionFor(INSFetchedResultsControllerDelegate, NSFetchedResultsController, String)
WillChangeContent(INSFetchedResultsControllerDelegate, NSFetchedResultsController)

Applies to