Skip to content

Instantly share code, notes, and snippets.

@ericmulder
Created October 16, 2012 06:19
Show Gist options
  • Save ericmulder/3897504 to your computer and use it in GitHub Desktop.
Save ericmulder/3897504 to your computer and use it in GitHub Desktop.
NSSortDescriptor
//How to sort the following list?
//Array with NSStrings:
[NSArray arrayWithObjects:@"0.0 Title", @"1.1 Title", @"1.10 Title", @"1.11 Title", @"1.12 Title", @"1.2 Title", @"10.1 Title",@"10.11 Title",@"10.2 Title",@"2.1 Title", nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment