I have an NSArray of UILocalNotification objects that I need to sort according to a key within the UILocalNotification\'s userInfo property, which is an NSDictionary. I know how
Did you try your code? Apple's document (here) says it accepts key paths, not just keys.