How to sort NSMutableArray of NSMutableDictionary?
Posted
by walkor
on Stack Overflow
See other posts from Stack Overflow
or by walkor
Published on 2010-05-13T15:55:05Z
Indexed on
2010/05/13
16:04 UTC
Read the original article
Hit count: 353
I have NSMutableArray of NSMutableDictionary(NSString objects). One of NSString object is actually a date, and i need to sort NSMutableArray based on that date and I don't want it to sort dates as strings. How can i make it?
© Stack Overflow or respective owner