¡@

Home 

2014/10/15 ¤U¤È 10:14:18

iphone Programming Glossary: sortdescriptor2

Core Data Table View Section Sort by weekdays using NSSortDescriptor

http://stackoverflow.com/questions/2168141/core-data-table-view-section-sort-by-weekdays-using-nssortdescriptor

case kByWeekA NSSortDescriptor sortDescriptor1 NSSortDescriptor alloc initWithKey @ day ascending NO NSSortDescriptor sortDescriptor2 NSSortDescriptor alloc initWithKey @ starttime ascending YES NSArray sortDescriptors NSArray alloc initWithObjects sortDescriptor1.. alloc initWithKey @ starttime ascending YES NSArray sortDescriptors NSArray alloc initWithObjects sortDescriptor1 sortDescriptor2 nil fetchRequest setSortDescriptors sortDescriptors sortDescriptor1 release sortDescriptor2 release sortDescriptors release.. sortDescriptor1 sortDescriptor2 nil fetchRequest setSortDescriptors sortDescriptors sortDescriptor1 release sortDescriptor2 release sortDescriptors release sectionKey @ day break case kByWeekB NSSortDescriptor sortDescriptor1 NSSortDescriptor alloc..