摘要: Objective-C中的特性@property和@synthesize1. "@property"功能是声明当前属性为编译器自动生成set/get 方法2. "@synthesize"功能是让编译器自动生成set/get方法3. "@property"的关键字涉及到nonatomic,retain,copy,assign,readwrite,readonly这些关键字。一般在".h"文件中声明时的格式为:@property(nonatomic ,retain|copy|assign|readwrite|reado 阅读全文
posted @ 2013-05-22 09:25 Syjh_Jing 阅读(153) 评论(0) 推荐(0) 编辑