Created
October 16, 2012 06:19
-
-
Save ericmulder/3897504 to your computer and use it in GitHub Desktop.
NSSortDescriptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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