i have created NSMutableDictionary with 10 keys.Now i want to access NSMutableDictionary keys in a same order as it was added to NSMutableDictionary (using SetValue:* forKey
NSMutableDictionary can't do that. Take a look at e.g. Matt Gallaghers OrderedDictionary.
NSMutableDictionary