I want to sort an NSMutableOrderedSet of strings, alphabetically. Is there a method? I’ve searched but can’t find any.
Looking for something like this if it was an array:
sortedArray = [originalArray sortedArrayUsingSelector:@selector
(localizedCaseInsensitiveCompare:)];
1 Answer