The difference between instance variable and property in Objective-C? Please answer guys.
Asked
Active
Viewed 715 times
0
-
Don't ask without searching on internet. There are already hundreds of talk on this. – CRDave Jan 28 '15 at 09:23
1 Answers
0
Property has getters and setters automatically. For instance variable you should write getter and setter manually.

Сергей Олейнич
- 280
- 3
- 14