3lvis/DATASource

Collection Header grouping is always ascending true

Closed this issue · 1 comments

3lvis commented

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

Fixed on #40