You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current hierarchy is crowded and doesn't provide clear singular responsibilities for each table controller. Split the classes into:
RKTableController (Abstract Superclass)
RKStaticTableController (Used for building static tables, uses RKTableSection and RKTableRow models)
RKNetworkTableController (A subclass of RKStaticTableController that layers on network loading)
RKFetchedResultsTableController (Provides a Core Data backed fetched results controller with network synchronization)
The current hierarchy is crowded and doesn't provide clear singular responsibilities for each table controller. Split the classes into:
RKTableController (Abstract Superclass)
RKStaticTableController (Used for building static tables, uses RKTableSection and RKTableRow models)
RKNetworkTableController (A subclass of RKStaticTableController that layers on network loading)
RKFetchedResultsTableController (Provides a Core Data backed fetched results controller with network synchronization)
See issue from main RestKit repository: RestKit/RestKit#765
The text was updated successfully, but these errors were encountered: