/ Published in: Objective C
Expand |
Embed | Plain Text
NSSortDescriptor *sortDescriptor = [[[NSSortDescriptor alloc] initWithKey:@"sort_value" ascending:YES] autorelease];
You need to login to post a comment.
rabc on 10/30/10
1 person have marked this snippet as a favorite
NSSortDescriptor *sortDescriptor = [[[NSSortDescriptor alloc] initWithKey:@"sort_value" ascending:YES] autorelease];
You need to login to post a comment.