Bonus Tracks tagged 'xcode'
#8
May 18, 2009
0 comments
Using the Docs
You'll end up spending a fair amount of time in the Cocoa and iPhone SDK documentation. This screencast shows you how to get there quickly from Xcode and find what you're looking for.
Refactoring: Rename
Giving your Objective-C classes, methods, and variables meaningful names is the single-most important thing you can do to make your code easier to read and maintain. Thankfully, you don't have to get it right the first time. Xcode's refactoring support makes changing names later a breeze. Learn how in this screencast.

