NSBlog
"A failure in the hot air department"
Showing entries tagged "nsfastenumeration". Full blog index.
Friday Q&A 2010-04-09: Comparison of Objective-C Enumeration Techniques
at 2010-04-09 11:17
Welcome back to another edition of Friday Q&A. Preston Sumner has suggested that I talk about different ways of enumerating over collections in Cocoa, and how to implement Fast Enumeration. This will be a two part series: this week I will look at the different enumeration techniques and their pros and cons, and then next week I will take you through implementing Fast Enumeration on a custom object.