3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

Improve: Custom headers support #45

Closed 3lvis closed 8 years ago

3lvis commented 8 years ago

Many apps require the use of custom headers when grouping sections by an attribute (sectionName). This PR adds support for those apps to be able to use custom headers. More documentation is required.