Skip to content

Instantly share code, notes, and snippets.

@Nub
Created October 9, 2011 08:55
Show Gist options
  • Select an option

  • Save Nub/1273467 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1273467 to your computer and use it in GitHub Desktop.
NSMutableArray *someArray;
[someArray sortUsingComparator:^(NSComparator)(ObjectClass *inputA, ObjectClass *inputB){
//Do compare and return one of the NSComparator values
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment