Nov 152009

Here is a quick tip on how to reverse an array, from Simply-Hacking.org.

NSArray *reversedArray = [[array reverseObjectEnumerator] allObjects];

Sorry, the comment form is closed at this time.