NSSortDescriptor *sortDescriptor = [[[NSSortDescriptor alloc] initWithKey:@"someDictKey" ascending:YES] autorelease];
[mutableArrayOfDictionaries sortUsingDescriptors:[NSArray arrayWithObject:sortDescriptor]];
Links on March 2011
-
Facebook SDK – Posting to User News Feed
-
iOS Development Tutorial Series: PickerViews & More
-
Wrapping text around a shape with CoreText
-
Using Git Versioning inside your XCode Project
-
Introduction to MapKit on iOS Tutorial
-
Carrier Information: Mobile Network Code (MNC) and Mobile Country Code (MCC)
-
iOS 4.3: imp_implementationWithBlock()
-
The application delegate and the new singletons
-
Friday Q&A 2011-03-18: Random Numbers
-
Custom UI Component Database for iOS and Mac OS X
-
Super Happy Easy Fetching in Core Data
-
UINavigationController Tutorial
-
iOS Development Tutorial Series: TableViews
-
Creating Background Patterns
-
Attributed Strings in iOS
-
Building iOS Apps From Scratch
-
iOS Development Tutorial Series: Calculator Part 2
-
Quick Tip: Sort an NSArray of NSDictionaries
-
Smart logging for unsatisfied with NSLog
-
Building an iPhone keyboard toolbar