主帖
1 条回复
Synthesized instance variable的意义?
最近在看Programming With Objective-C, 里面提到synthesized instance variable, 既然我们可以通过setter/getter来访问property,那要synthesized instance variable的意义是什么呢?难道只是提供多一种访问property的方法吗?小白问题,请不要鄙视。