Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gonzalezreal/tgrdatasource
- Owner: gonzalezreal
- License: other
- Created: 2014-04-18T15:50:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T11:14:44.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T00:24:39.934Z (6 days ago)
- Language: Objective-C
- Size: 272 KB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).