码迷,mamicode.com
首页 > Web开发 > 详细

CGAffineTransformScale

时间:2014-05-19 17:15:58      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:class   c   ext   a   com   set   

    [UIViewbeginAnimations:nilcontext:nil];

    [UIViewsetAnimationDuration:0.5];

    _imgView.transform = CGAffineTransformScale(CGAffineTransformIdentity, 0.5, 0.5);

    [UIViewcommitAnimations];

 

以上代码 可以让 _imgView 在0.5秒之内,大小收缩到一半(scale 0.5 0.5)

CGAffineTransformScale,布布扣,bubuko.com

CGAffineTransformScale

标签:class   c   ext   a   com   set   

原文地址:http://www.cnblogs.com/rollrock/p/3734910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!