Skip to content

Refactor Inheritance Hierarchy #3

@blakewatters

Description

@blakewatters

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions