Like I understand, @synthesize actually is generating the Getters and Setters. But what's @property then doing? Is it just setting up the parameters for that cool @synthesize magic function?
|
|
|
|
|
|
|
You write @property in header file
is equivalent to:
It get information for OTHER classes, that your class has this methods @synthesize phisicaly CREATE these methods in class implementation |
||
|
|
|
|
|
||
|
|
|
|
||
|
|
