I have an NSArray which contains NSDictionary objects. Each of these NSDictionary objects contains an ORDER key.
NSArray
NSDictionary
ORDER
Read the Sorting with Sort Descriptors section of Apple's Collections Programming Topics.
The example in this section covers sorting an array of dictionary objects by their keys.