Comment on "
A Quick Objective-C 2.0 Tutorial
"
by
Brian Christensen
— Oct 28
@Mithras:
One question: suppose I want to customize the setter, but not the getter.
Can I use @synthesize, then tack on my own setter?
You can indeed customize the setter or getter and use @synthesize at the same time.
Back to "
A Quick Objective-C 2.0 Tutorial
"
Copyright © Scott Stevenson 2004-2015
by Brian Christensen — Oct 28
One question: suppose I want to customize the setter, but not the getter.
Can I use @synthesize, then tack on my own setter?
You can indeed customize the setter or getter and use @synthesize at the same time.