小编saf*_*ane的帖子

模态UIView上的水平翻转动画

如何使用水平翻转动画呈现模态视图(如在导航控制器上按下视图控制器)?我试过这个,但它不起作用

[UIView beginAnimations:@"animation" context:nil];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:self.view cache:NO]; 
[self presentModalViewController:detailsViewController animated:NO];
[UIView commitAnimations];
Run Code Online (Sandbox Code Playgroud)

谢谢 !

iphone animation modal-dialog uiview

2
推荐指数
1
解决办法
1779
查看次数

标签 统计

animation ×1

iphone ×1

modal-dialog ×1

uiview ×1