Objective-C教程第一版,初级中级用户可阅读,目录大纲内容:
l 创建 Classes
¡ @interface
¡ @implementation
¡ 把它们凑在一起
l 详细说明…
¡ 多重参数
¡ 建构子(Constructors)
¡ 存取权限
¡ Class level access
¡ 异常情况(Exceptions)处理
l 继承、多型(Inheritance, Polymorphism)以及其它对象导向功能
¡ id 型别
¡ 继承(Inheritance)
¡ 动态识别(Dynamic types)
¡ Categories
¡ Posing
¡ Protocols
l 内存管理
¡ Retain and Release(保留与释放)
¡ Dealloc
¡ Autorelease Pool
l Foundation Framework Classes
¡ NSArray
¡ NSDictionary
l 优点与缺点
……
截图: