Is there a way to reverse the tableView order?
For example, I have a tableView that sorts by firstUpdated to LastUpdated. It does automatically cause its composed by plist data. But what if I want to put the newest data on top and the older on bottom?
The other solution will work fine but this one is a bit shorter.
NSArray *reversedArray = [[originalArray reverseObjectEnumerator] allObjects];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With