I am adding some key and values in NSMutableDictionary
but while retrieving the allKeys
that I am not getting the same order in that I was adding. Is there any way to get the same order or any other way to save the values.
Please note: I do not want to sort the array of allKeys
. I want a specific order in which I added.