tags:

views:

16

answers:

1

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