开发者

Order of Items in Plist

开发者 https://www.devze.com 2023-01-04 06:29 出处:网络
I am using a Plist..but i w开发者_运维百科ant to retrive the items from Plist in its original order(not in sorted order).

I am using a Plist..but i w开发者_运维百科ant to retrive the items from Plist in its original order(not in sorted order). How I will do this..??


[NSArray arrayWithContentsOfFile:]

Of course that only makes sense if the file was written in an ordered manner.

0

精彩评论

暂无评论...
验证码 换一张
取 消