摘要: 概述 由于ObjC主要基于Smalltalk进行设计,因此它有很多类似于Ruby、Python的动态特性,例如动态类型、动态加载、动态绑定等。今天我们着重介绍ObjC中的键值编码(KVC)、键值监听(KVO)特性: 键值编码KVC 我们知道在C#中可以通过反射读写一个对象的属性,有时候这种方式特别方 阅读全文
posted @ 2016-05-19 12:25 AntonyGu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: CABasicAnimation animationWithKeyPath Types When using the ‘CABasicAnimation’ from the QuartzCore Framework in Objective-C, you have to specify an ani 阅读全文
posted @ 2016-05-19 10:54 AntonyGu 阅读(330) 评论(0) 推荐(0) 编辑