I have a NSDictionary that parsed to an array one of the element is date, i tried using [startimeArray sortUsingSelector:@selector(compare:)]; (starttimeArray) is my date but it only arrange ascending. how can i sort in descending order. thanks
I have a NSDictionary that parsed to an array one of the element is
Share
Sort the array by puting NO is ascending parameter: