摘要:
Objective -c Content1、面向对象(OOP)和面向过程、类(Class)和对象(Object)、类的定义2、创建对象、self和super关键字、属性以及点语法(nonatomic,assign、retain、copy、readonly、readwrite)3、便利构造器、单例(Singleton)4、堆栈、内存管理(alloc、copy、retain,release、autorelease、strong、weak)5、键值编码(KVC)、键值监听(KVO)、通知中心(NSNotificationCenter)、通知(NSNotification)6、类目(Category) 阅读全文