Difference between the "@Property" & " @Synthesize"
Difference between the
"@Property" & " @Synthesize"
@property declares a property for your object in your
class header file. It will define the setter, getter methods to your object. @synthesize creates setter and
getter methods for your property. Means it creates definition for setter, getter methods for your object
No comments:
Post a Comment