Classes

The following classes are available globally.

  • KBARelationshipKeyPath is an NSObject subclass that represents a relationship key path to observe for changes.

    See more

    Declaration

    Objective-C

    @interface KBARelationshipKeyPath : NSObject
  • KBAFetchedResultsController is a NSFetchedResultsController subclass that takes an additional argument in its initializer for observing relationship key paths for changes.

    See more

    Declaration

    Objective-C

    @interface KBAFetchedResultsController<ResultType : id <NSFetchRequestResult>>
        : NSFetchedResultsController
  • KBAFetchedResultsObserver is an NSObject subclass that wraps an instance of NSFetchedResultsController and handles updating a view instance in response to its changes.

    See more

    Declaration

    Objective-C

    @interface KBAFetchedResultsObserver<ResultType : id <NSFetchRequestResult>>
        : NSObject