Order of Items in Plist
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.
精彩评论