Possible Duplicate:
What is the most efficient way to sort an NSSet?
I currently have an NSMutableSet with the following a list of strings. e.g.: {@"c",@"d",@"e",@"f",@"g",@"a"}
Can someone please tell me how I can sort these values alphabetically? Is there a way to do this using sortedArrayUsingDescriptors:
?