9Obj-C: Sorting Array
[myArray sortUsingSelector:@selector(caseInsensitiveCompare:)];
NSArray Class Reference -> sortedArrayUsingSelector
or:
[myArray sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)];
[myArray sortUsingSelector:@selector(caseInsensitiveCompare:)];
NSArray Class Reference -> sortedArrayUsingSelector
or:
[myArray sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)];