CGAffineTransformScale

    [UIViewbeginAnimations:nilcontext:nil];

    [UIViewsetAnimationDuration:0.5];

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

    [UIViewcommitAnimations];

 

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

posted on 2014-05-18 10:13  景树园  阅读(447)  评论(0编辑  收藏  举报

导航