摘要: CGAffineTransform moveRight = CGAffineTransformTranslate(CGAffineTransformIdentity, 20, 0); CGAffineTransform moveLeft = CGAffineTransformTranslate(C... 阅读全文
posted @ 2014-07-20 17:10 zhanglingzeng 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 转发自:http://www.aichengxu.com/article/%CF%B5%CD%B3%D3%C5%BB%AF/16306_12.htmlIOS UIVIEW layer动画 总结,有需要的朋友可以参考下。这是我搜索的所有动画效果,感谢前辈在网上分享.//翻页效果动画 左边 [UI... 阅读全文
posted @ 2014-07-20 16:40 zhanglingzeng 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 转发自:http://wayne173.iteye.com/blog/1250232第一种方法:view plain[UIViewbeginAnimations:@"Curl"context:nil];//动画开始[UIViewsetAnimationDuration:1.25];//动画持续时间[... 阅读全文
posted @ 2014-07-20 16:21 zhanglingzeng 阅读(239) 评论(0) 推荐(0) 编辑