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

property,synthesize

时间:2014-12-17 20:18:30      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:使用   sp   strong   on   bs   tt   size   nbsp   方法   

1、默认访问跟property同名的成员变量。

如: 有成员变量 int age ; int age1;

@property int age;

@sythesize  age;

  则代表的是成员变量age的getter和setter方法。

 

2、使用property和synthesize时,可以省略该成员变量的声明。

property,synthesize

标签:使用   sp   strong   on   bs   tt   size   nbsp   方法   

原文地址:http://www.cnblogs.com/unity-lan/p/4170038.html

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