Conforms to NSObject
Declared in RKAbstractTableController.h

Tasks

Instance Methods

tableControllerDidBecomeEmpty:

Sent to the delegate when the content of the table view has become empty

- (void)tableControllerDidBecomeEmpty:(RKAbstractTableController *)tableController

Declared In

RKAbstractTableController.h

tableControllerDidBecomeOffline:

Sent to the delegate when the table view model has transitioned from online to offline

- (void)tableControllerDidBecomeOffline:(RKAbstractTableController *)tableController

Declared In

RKAbstractTableController.h

tableControllerDidBecomeOnline:

Sent to the delegate when the table view model has transitioned from offline to online

- (void)tableControllerDidBecomeOnline:(RKAbstractTableController *)tableController

Declared In

RKAbstractTableController.h

tableControllerDidFinishFinalLoad:

Sent to the delegate when the controller is really and truly finished loading/updating, whether from the network or from Core Data, or from static data, … this happens in didFinishLoading

- (void)tableControllerDidFinishFinalLoad:(RKAbstractTableController *)tableController

Declared In

RKAbstractTableController.h

tableControllerDidFinishLoad:

Sent when the table view has transitioned out of the loading state regardless of outcome *

- (void)tableControllerDidFinishLoad:(RKAbstractTableController *)tableController

Declared In

RKAbstractTableController.h