I'm following the 2nd edition and on page 96 of the (alpha) ebook it states that "Xcode has created @synthesize declarations for each of the outlets".
I'm using Xcode 4.5 and that's not what see. Xcode doesn't auto-add the @synthesize declarations. I only see the "stubbed out empty methods for each of the actions."
Did this change in Xcode 4.5?
Comments