Fast enumerate
The resulting syntax is more aesthetic and better reflects the programmer's intent.
you can use the reverse NSEnumerator object itself for Fast Enumeration.
for (id object in [someArray reverseObjectEnumerator])
尽心知性知天
The resulting syntax is more aesthetic and better reflects the programmer's intent.
you can use the reverse NSEnumerator object itself for Fast Enumeration.
for (id object in [someArray reverseObjectEnumerator])