maybe this is a silly question. Every time I make a @property I have to @synthesize it. But this makes no sense the only thing you can do with a
@property
@synthesize
As of Xcode 4.4 this is now what happens. Synthesize is no longer explicitly required.