头尾式动画

- [UIView beginAnimations:nil context:nil];
- 准备开始动画
- [UIView setAnimationDuration:5];
- 设置时间
- [UIView commitAnimations];
- 提交动画(真正开始做动画)

posted @ 2016-07-26 00:33  2xf  阅读(99)  评论(0编辑  收藏  举报