Objective-C语言标准

1986年,Brad Cox出版了一本书《Object-Oriented Programming, An Evolutionary Approach》 来描述Objective-C这门新的语言,我们姑且把它称为Objective-C1.0吧。

2007年10月,苹果公司发布了OS X 10.5(Leopard),同时一起发布了Objective-C2.0

Objective-C2.0增加了garbage collection(垃圾回收)、properties(属性)、non-fragile instance variablesfast enumeration(快速遍历)、blockARC(automatic reference counting,自动引用计数)。

苹果官方提供的Objective-C手册

Objective-C语法参考1

Objective-C语法参考2