Bonus Tracks tagged 'objective-c'
#2
Apr 14, 2009
0 comments
Wiring Up Outlets and Actions
One of the first things that throws new iPhone developers is connecting outlets
and actions. The interplay between Xcode and Interface Builder feels like a
magic trick. Learn how to wire up outlets and actions as we build a simple iPhone application in this screencast.
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.

