3lvis / DATASource

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

Improve collection grouping handling #40

Closed 3lvis closed 8 years ago

3lvis commented 8 years ago

Using section name only ordered the sections ascending, now if you provide sort descriptors in the fetch request, this ones will be used to sort the sections.