Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gonzalezreal/tgrdatasource

Convenience UITableView and UICollectionView data sources
https://github.com/gonzalezreal/tgrdatasource

Last synced: 5 days ago
JSON representation

Convenience UITableView and UICollectionView data sources

Awesome Lists containing this project

README

        

TGRDataSource
=============

Convenience UITableView and UICollectionView data sources.

* `TGRArrayDataSource` and `TGRFetchedResultsDataSource` are reusable classes that implement `UITableView` and `UICollectionView` data sources using `NSArray` and `NSFetchedResultsController` respectively. Inspired by [Lighter View Controllers](http://www.objc.io/issue-1/lighter-view-controllers.html).
* `TGRFetchedResultsTableViewController` is a reusable `UITableViewController` subclass that processes `NSFetchedResultsController` content changes the right way (based on code seen [here](http://www.fruitstandsoftware.com/blog/2013/02/uitableview-and-nsfetchedresultscontroller-updates-done-right/)).

## Contact
[Guillermo Gonzalez](http://github.com/gonzalezreal)
[@gonzalezreal](https://twitter.com/gonzalezreal)
## License
ReadingList is available under the MIT license. See [LICENSE.md](https://github.com/gonzalezreal/TGRDataSource/blob/master/LICENSE.md).