标签:使用 sp strong on bs tt size nbsp 方法
1、默认访问跟property同名的成员变量。
如: 有成员变量 int age ; int age1;
@property int age;
@sythesize age;
则代表的是成员变量age的getter和setter方法。
2、使用property和synthesize时,可以省略该成员变量的声明。
标签:使用 sp strong on bs tt size nbsp 方法
原文地址:http://www.cnblogs.com/unity-lan/p/4170038.html