Quantcast
Viewing latest article 4
Browse Latest Browse All 20

iOS开发OC基础:OC属性的一些概念和基本使用

一、属性简介//属性是OC2.0之后新出的一种语法,能让我们快速的生成setter以及getter方法,大大简化代码二、如何定义一个属性//@property 属性关键字,用来定义属性//NSString * 属性的类型//name 属性的名字。//..【继续阅读全文

Viewing latest article 4
Browse Latest Browse All 20

Trending Articles