ASPTableViewController 1.0.1

ASPTableViewController 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Graham Perks, Graham Perks.



  • By
  • A Single Pixel, LLC

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.