Return to Snippet

Revision: 48045
at June 22, 2011 22:00 by mhoeller


Initial Code
[NSSortDescriptor sortDescriptorWithKey:@"name" 
                              ascending:YES
                               selector:@selector(localizedStandardCompare:)]

Initial URL


Initial Description


Initial Title
NSSortDescriptor to sort strings with numbers numerically

Initial Tags


Initial Language
Objective C