CGAffineTransformScale

2020-12-13 04:56

阅读:427

标签: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,搜素材,soscw.com

CGAffineTransformScale

标签:class   c   ext   a   com   set   

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


评论


亲,登录后才可以留言!