Hi,
This site is great I'm getting alot of replies , so I have tried to code what I had problems with before here it is
NSMutableArray *sort = [NSMutableArray arraywithArray:[dic allValues]];
for(NSString *s in sort){
[Purchases appendString:[NSString stringWithFormat:@"%@",s]];
}
textview.text = Purchases;
The output's order still does not appear like it does when i Open the Plist file... Also a side note is it possible to write and open plist files in your Resources folder instead...
Thanks for the help!
Edit:
2010-02-12 23:54:35 -0500
2010-02-12 23:29:11 - 0500
2010-02-12 23:54:42 - 0500
2010-02-12 23:54:58 - 0500
thats the Order I get ^^
but when I open the plist file the order is:
2010-02-12 23:29:11 -0500
2010-02-12 23:54:35 -0500
2010 02-12 23:54:42 - 0500
2010 02-12 23:54:58 - 0500
^^ Thats the order I want except in descending