Convenience UITableView and UICollectionView data sources.
TGRArrayDataSourceandTGRFetchedResultsDataSourceare reusable classes that implementUITableViewandUICollectionViewdata sources usingNSArrayandNSFetchedResultsControllerrespectively. Inspired by Lighter View Controllers.TGRFetchedResultsTableViewControlleris a reusableUITableViewControllersubclass that processesNSFetchedResultsControllercontent changes the right way (based on code seen here).
Guillermo Gonzalez
@gonzalezreal
ReadingList is available under the MIT license. See LICENSE.md.