UIView添加动画
摘要:
// 2.抖动 CAKeyframeAnimation *shakeAnim = [CAKeyframeAnimation animation]; shakeAnim.keyPath = @"transform.translation.x"; shakeAnim.duration = 0.15... 阅读全文
posted @ 2015-08-07 15:40 隐身哥 阅读(177) 评论(0) 推荐(0)
posted @ 2015-08-07 15:40 隐身哥 阅读(177) 评论(0) 推荐(0)