摘要: /** * 抖动效果 * * @param view 要抖动的view */ - (void)shakeAnimationForView:(UIView *) view { CALayer *viewLayer = view.layer; CGPoint position = viewLayer.position; CGPoint x = ... 阅读全文
posted @ 2017-11-21 14:38 公羽寒 阅读(1300) 评论(0) 推荐(0)