Objective-C 2.0 and Leopard Classes
So I have finally had time to code to my heart’s content over the holiday break. I thought that I would share some of my thoughts and experiences with programming for Leopard.
Fast Enumeration
Cocoa now implements a foreach() type of loop, which cleans up code tremendously. Iterating over an array or dictionary is pretty common stuff [...]