摘要:
一种方法是利用封装了CATransition的UIView类方法来实现,这方法简单但效果少。 //把子视图从父视图里删除的动画效果 [UIView beginAnimations:@"animation_" context:nil]; [UIView setAnimationDuration:1.25]; [UIView setAnimationCurve:UIViewAnimationCurveEaseInOut]; UIViewController * coming = [[UIViewController alloc] init]; UIVie... 阅读全文
posted @ 2012-02-22 16:07
小鼬就是我
阅读(1471)
评论(0)
推荐(0)
浙公网安备 33010602011771号