sorting NSArray of NSDictionaryes. In dictionary are array of dictionaryes
i need sorting my array with "Date" key of items dictionary.And in the end
i need array with some structure as my mData array but with sorting Date.
mData---------->( { items = ( { Accuracy = 5; Address = "Australia, Sydney
CBD, Bridge Street"; Course = "0.00"; Date = "2013-08-20 06:50:28 +0000";
Speed = 3; alt = 0; lat = "-33.8634"; lon = "151.211"; }, { Accuracy = 65;
Address = "Armenia, Yerevan, \U053f\U0561\U056c\U0565\U0576\U0581\U056b
\U0583\U0578\U0572\U0578\U0581"; Course = "0.00"; Date = "2013-08-20
06:41:02 +0000"; Speed = 3; alt = 1116; lat = "40.20016076"; lon =
"44.49enter code here130268"; } ); name = Name; startTime = "10:40"; } )
No comments:
Post a Comment