Graham Perks

2pods

ASPTableViewController

A UITableViewController subclass that:

  • moves cell logic to their own controller classes
  • makes the tree's data source data-driven
  • can load the table structure from JSON

This is especially useful when:

  • the data structure is variable, or unknown at build time
  • you have a shared cell style across several table views.

License: MIT

  • Objective C

JSONViewControllers

Easily make a collection or table view from JSON content. Simplifies table/collection definition & eases cell reuse between view controllers. Move cells' logic to their own controller classes.

License: MIT

  • Swift