`

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

    博客分类:
  • iOS
阅读更多
	[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];
  
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics