cocoanetics.com
Implicit IVAR Synthesis
Apple recently added the ability for Xcode to automatically create instance variables for you. This means you no longer need to add an @synthesize for each property you create. But does it really d…