I have a problem with UITableView sections. I\'m using NSFetchedResultsController to populate table and I\'ve provided sectionNameKeyPath:
UITableView
NSFetchedResultsController
sectionNameKeyPath:
For this example solution was pretty straight - adding one NSSortDescriptor to existing one in NSFetchedResultsController sort descriptors array.
NSSortDescriptor
So now, fetched data is firstly sorted by section and then it is sorted alphabetically.