Is there an easy way to sort an NSMutableArray of NSMutableArrays containing NSStrings?
I am sure that there must be an easy method for doing this but I can't seem to find it.
To Clarify I want to sort the first array alphabetically by the NSString at index 3 of the sub array.