3lvis / DATASource

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

Collection Header grouping is always ascending true #39

Closed 3lvis closed 8 years ago

3lvis commented 8 years ago

request.sortDescriptors = [NSSortDescriptor(key: keyPath, ascending: true)]

If a keyPath is provided, you should also be able to say if it's ascending or descending.

3lvis commented 8 years ago

Fixed on #40