@property
declares the name as a property. This means, it will be accessible via the dot syntax (object.value
).
@synthetize
can be seen as a macro, that creates the getter and setter methods. It is useful to know that you can override those methods, even if you type have the @synthetize
in place.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…