Search Results

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 …
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 …