From the Xcode 4.4 release notes:
The compiler automatically calls @synthesize by default for unimplemented @properties
What exactly does the new default synthesizer look like? Does it create a variable of the same name as the property (or does it prefix it with an underscore, which seems to be a good practice, but required extra typing so far)?
the default is @synthesize propertyName = _propertyName
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With