Hi .. I am using a Plist..but i want to retrive the items from Plist in its original order(not in sorted order). How I will do this..??
+1
A:
[NSArray arrayWithContentsOfFile:]
Of course that only makes sense if the file was written in an ordered manner.
Tobias
2010-06-23 11:49:20