Skip to content
rpinto edited this page Mar 18, 2014 · 9 revisions

MagicTableView is a group of classes used to simplify all processes linked to the UITableView when you develop a Database or API linked list.

It includes pull to refresh, paging, empty state view display and cashed Data management.

pull to refresh paging empty loading

Classes

How it works

It's based on the Model-View-Controller pattern.

First you need to create an UIViewController inherited from the MagicViewController.

Secondly you need to create an NSObject inherited from the MagicModel.

Then refer to the MagicViewController and MagicModel page to implement the methods you need.

Clone this wiki locally