2015年8月7日

UIView添加动画

摘要: // 2.抖动 CAKeyframeAnimation *shakeAnim = [CAKeyframeAnimation animation]; shakeAnim.keyPath = @"transform.translation.x"; shakeAnim.duration = 0.15... 阅读全文

posted @ 2015-08-07 15:40 隐身哥 阅读(172) 评论(0) 推荐(0) 编辑

导航