Skip to content

gperks/ASPTableViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.