Classes
The following classes are available globally.
-
KBARelationshipKeyPath is an NSObject subclass that represents a relationship key path to observe for changes.
See moreDeclaration
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 moreDeclaration
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 moreDeclaration
Objective-C
@interface KBAFetchedResultsObserver<ResultType : id <NSFetchRequestResult>> : NSObject