摘要: type类型有: 阅读全文
posted @ 2015-07-31 22:32 Emyin 阅读(152) 评论(0) 推荐(0) 编辑
摘要: iOS9新出现的 /** Subclass for mass-spring animations. */ @interface CASpringAnimation : CABasicAnimation /* The mass of the object attached to the end of 阅读全文
posted @ 2015-07-31 18:29 Emyin 阅读(147) 评论(0) 推荐(0) 编辑
摘要: // 1.设置动画时长 self.imageContainer.animationDuration = 5; // 2.设置动画重复次数 self.imageContainer.animationRepeatCount = 1; // 3.开始动画 [self.imageContainer star 阅读全文
posted @ 2015-07-31 17:57 Emyin 阅读(176) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-07-31 16:29 Emyin 阅读(7) 评论(0) 推荐(0) 编辑