navigation程序中实现view的翻转效果_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > navigation程序中实现view的翻转效果

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

 2011/1/7 8:28:29  jinchishuxue  http://jinchishuxue.javaeye.com  我要评论(0)
  • 摘要:[UIViewbeginAnimations:nilcontext:NULL];[UIViewsetAnimationDuration:1];[UIViewsetAnimationTransition:UIViewAnimationTransitionFlipFromRightforView:self.navigationController.viewcache:YES];[[selfnavigationController]pushViewController
  • 标签:程序 实现 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];
??
发表评论
用户名: 匿名