Awesome
TableViewDemo
Exmple list implementation that uses DRTableViewManager.
Content
Item
- simple model that represents item on the listItemsListController
- controller that manages items list and loading more items (data are mocked up)- Example
DRTableViewManager
usage inUITableViewController
- Implementation of table view architecture that uses
DRTableViewSection
andDRTableViewRow
protocols - Table view sections:
ItemsSection
- displays list ofItem
objects fromItemsListController
LoadingSection
- displaysUIActivityIndicatorView
whenItemsListController
is loading itemsLoadMoreSection
- triggers loading more items when table view is scrolled to the bottom (infinite scroll)
License
The MIT License (MIT) - check out included LICENSE file