8
votes
What are those little Xcode tips & tricks you wish you knew about 2 years ago?
Might go without saying, but if you want to use intra-word navigation, make sure you change the key presets in for Spaces (in the Expose & Spaces preference pane), if you use it.
I swit …
7
votes
How do you document your source code in Xcode?
I use Doxygen and Doxyclean to generate cleaner, more Apple-like documentation that what Doxygen natively produces.
…
5
votes
Cocoa Bad Habits
I get lazy about using accessors inside of classes. Usually, the biggest problem is that I can't easily tell the scope of the variable at a quick glance. Then I spent a few hours last week debuggin …
