您的位置:首页 > 产品设计 > UI/UE

UIView的放大动画

2016-04-28 16:22 363 查看
     self.splashBg.transform =CGAffineTransformIdentity;
    [UIViewbeginAnimations:nilcontext:NULL];
    /* Make the animation 5 seconds long */
    [UIViewsetAnimationDuration:Animation_Duration];
    //图形放大两倍
    self.splashBg.transform =CGAffineTransformMakeScale(1.04f,1.04f);
    /* Commit the animation */
    [UIViewcommitAnimations];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: