I have NSMutableArray in which all object is in NSMutableDictionary i want to sort this array base on NSMutableDictionary with two key one is country and another is name.
Can any one Help me to use NSSort class to sort the array using multiple key.
Thanks in Advance