I was going through the release notes for Xcode 4.4 and noticed this:
LLVM 4.0 Compiler
Xcode now includes the Apple LLVM Compiler version 4.0, including the following newObjective-C language features:
- Default @synthesize: automatically synthesizes an @property when unimplemented
I'm intrigued about this feature. How does it work? I have tried by deleting the @synthesize
, it doesn't work.