UIView的动画

一种方法是利用封装了CATransition的UIView类方法来实现,这方法简单但效果少。html //把子视图从父视图里删除的动画效果 [UIView beginAnimations:@"animation_" context:nil]; [UIView setAnimationDuration:1.25]; [UIView setAnimationCurve:
相关文章
相关标签/搜索