How can i get Original order of NSDictionary/NSMutableDictionary?

前端 未结 5 1803
[愿得一人]
[愿得一人] 2020-12-02 00:14

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

5条回答
  •  遥遥无期
    2020-12-02 00:40

    Actually you have a reference array in order manner then why you have to add to one more array.So i guess this approach is not good.Please consider my opinion.

提交回复
热议问题