Convenience UITableView and UICollectionView data sources.
TGRArrayDataSource
andTGRFetchedResultsDataSource
are reusable classes that implementUITableView
andUICollectionView
data sources usingNSArray
andNSFetchedResultsController
respectively. Inspired by Lighter View Controllers.TGRFetchedResultsTableViewController
is a reusableUITableViewController
subclass that processesNSFetchedResultsController
content changes the right way (based on code seen here).
Guillermo Gonzalez
@gonzalezreal
ReadingList is available under the MIT license. See LICENSE.md.