iOS-动画

1. 渐变动画

[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:1.0]; 改变frame等 [UIView commitAnimation];
[UIView animateWithDuration: animations: completion:]

 

posted @ 2020-04-22 20:22  Emyin  阅读(129)  评论(0编辑  收藏  举报