标签:
简介
注意事项
核心动画与UIView动画的区别
核心动画相关类的关系图
此图来源官方文档,不知为何右下角不是CAKeyframeAnimation,而是协议。CAKeyframeAnimation为CAPropertyAnimation的可直接使用子类
CAAnimation与CAPropertyAnimation
CAAnimation可直接使用的子类,
CAPropertyAnimation可直接使用的子类
3个重要的属性
注意
CAAnimation的代理方法是以NSObject分类的方式实现的,如图
代理方法
- (void)animationDidStart:(CAAnimation *)anim;
- (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag;
常用属性如图中属性
注意
4种模式
标签:
原文地址:http://www.cnblogs.com/funny11/p/4966418.html