码迷,mamicode.com
首页 > 其他好文 > 详细

@synthesis 使用的时候注意的地方

时间:2014-05-26 22:22:32      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:c   a   使用   set   io   ar   

@implementation

@synthesis age;   // 就等于@synthesis age = age 得到同名的instance variable  age 和-setAge,   -age 这两个accessor.

@end

如果

@implementation

// no @synthesis    等于@synthesis age = _age  得到有_的instance variable _age and -setAge, -age two accessor.

@end 

@synthesis 使用的时候注意的地方,布布扣,bubuko.com

@synthesis 使用的时候注意的地方

标签:c   a   使用   set   io   ar   

原文地址:http://www.cnblogs.com/sokeyer/p/3745249.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!