Published in: Objective C
// sorting the list by comparing the "date" property on the objects in the array NSSortDescriptor *dateSortDescriptor = [[[NSSortDescriptor alloc] initWithKey:@"date" ascending:NO selector:@selector(compare:)] autorelease];
You need to login to post a comment.
