A framework for transforming and combining data from Core Data and other sources and displaying it in a UITableView or UICollectionView.
A basic list that provides sectioning for an array of objects. It also allows mutation of the sections and objects.
A basic list that wraps an NSFetchedResultsController and implements the NSFetchedResultsControllerDelegate protocol, passing along the content change notifications to the collection list observers.
A transformable list that filters a source list using an NSPredicate.
A transformable list that sorts a source list using an array of NSSortDescriptors.
A transformable list that combines an array of source lists into a single collection list.
A data source object that takes an RZCollectionList and makes it the data source of a UITableView.
A data source object that takes an RZCollectionList and makes it the data source of a UICollectionView.
Check out the Demo Project in RZCollectionList-Demo for examples of how to use each type of collection list.
RZCollectionList is distributed under an MIT License. See the LICENSE file for more details.