读书人

navigation程序中兑现view的翻转效果

发布时间: 2012-08-26 16:48:06 作者: rapoo

navigation程序中实现view的翻转效果

[UIView beginAnimations:nil context:NULL];[UIView setAnimationDuration: 1];[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromRight                                                       forView:self.navigationController.view cache:YES];[[self navigationController] pushViewController:objMapView animated:NO];[UIView commitAnimations];
??

读书人网 >移动开发

热点推荐