首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

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

2012-08-26 
navigation程序中实现view的翻转效果[UIView beginAnimations:nil context:NULL][UIView setAnimationDur

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];
??

热点排行