i have NSArray and it holds NSDictionary objects. Something likes this
around 10 dictionaries like that. I want to order that array according to imageDate. Is it possible to order an array by comparing imageDate inside of a NSDictionary ?
Code:
{
imageDate = "12.02.2016 15:11";
isSelected = 1;
},
around 10 dictionaries like that. I want to order that array according to imageDate. Is it possible to order an array by comparing imageDate inside of a NSDictionary ?