摘要: This chapter describes the fundamentals of objects, classes, and messaging as used and implemented by the Objective-C language. It also introduces the 阅读全文
posted @ 2019-10-24 16:07 Abugatti 阅读(132) 评论(0) 推荐(0) 编辑
摘要: OCPL - The Objective-C Programming Language [Abugatti] POC那篇官方文档算是Objective-C的入门篇。这篇OCPL文档虽然比较早,官方已经把它标注被POC取代,但它里面讲了很多Objective-C的底层原理,是学习OC的提升篇。建议反复 阅读全文
posted @ 2019-10-24 15:30 Abugatti 阅读(166) 评论(0) 推荐(0) 编辑
摘要: An Objective-C class defines an object that combines data with related behavior. Sometimes, it makes sense just to represent a single task or unit of 阅读全文
posted @ 2019-10-24 01:13 Abugatti 阅读(124) 评论(0) 推荐(0) 编辑