iOS动画效果-CABasicAnimation- 关键帧动画
摘要:
使用需要导入QuartzCore.framework1.定义imageView,并初始化1 _imageView = [[UIImageView alloc] initWithFrame:CGRectMake(40, 40, 60, 60)];2 _imageView.layer.c... 阅读全文
posted @ 2014-04-06 14:11 李园春秋 阅读(1024) 评论(0) 推荐(0) 编辑