Report Offensive Message

xcode 4.5
Note that in xcode 4.5 property accessors work slightly differently so you have to say
_label.text = ...
with an underscore at the start. It's something to do with automatically created getter and setter methods without having to synthesize them manually. I'm sure I'll know what that sentence means after a few more tutorials wink
Posted by brendanq
Updated - 25th Oct