随笔分类 -  UINavigationController

摘要:方法一: 利用iOS提供的4种视图转换类型:UIViewAnimationTransitionFlipFromLeftUIViewAnimationTransitionFlipFromRightUIViewAnimationTransitionCurlUpUIViewAnimationTransitionCurlDown1 MainView *nextView=[[MainView alloc] init]; 2 [UIView beginAnimations:nil context:NULL]; 3 [UIView setAnimationCurve:UIViewAnimationC... 阅读全文
posted @ 2013-03-26 21:24 ubersexual 阅读(2792) 评论(0) 推荐(0)