User
pixel on
Stack Overflow recently asked
"What are best practices that you use when writing Objective-C and Cocoa?" and garnered a lot of good answers.
My favorite: using
class extenstions (anonymous categories) to keep private method declarations in the
.m
file.
No comments:
Post a Comment