NSSortDescriptor *sortDescriptor = [[[NSSortDescriptor alloc] initWithKey:@"someDictKey" ascending:YES] autorelease];
[mutableArrayOfDictionaries sortUsingDescriptors:[NSArray arrayWithObject:sortDescriptor]];
Links tagged with 'NSArray'
-
NSArray Literals In Objective-C
-
New Objective-C Literal Syntax for NSArray, NSDictionary
-
Objective-C literals for NSDictionary, NSArray, and NSNumber
-
iOS SDK: Blocks and Enumeration
-
How to store C structs in NSArray or NSDictionary?
-
Quick Tip: Sort an NSArray of NSDictionaries
-
Implementing UITableView Sections from an NSArray of NSDictionary Objects
-
How To Do Amazingly Simple Searches With NSArray & NSPredicate
-
Read and Write Array, Dictionary and Other Collections to Files
-
Fast Enumeration on the iPhone
-
Objective-C Tutorial: NSArray
-
iPhone Programming Tutorial – {Part 1} UITableView using NSArray
-
iPhone SDK Tutorial - {Part 1} UITableView using NSArray
-
How to Sort An Array in Objective-C
-
NSArray or NSSet, NSDictionary or NSMapTable