What I want to do seems pretty simple, but I can\'t find any answers on the web. I have an NSMutableArray of objects, and let\'s say they are \'Person\' objects
NSMutableArray
For NSMutableArray, use the sortUsingSelector method. It sorts it-place, without creating a new instance.
sortUsingSelector