gpt4 book ai didi

iphone - 模态 UIView 上的水平翻转动画

转载 作者:行者123 更新时间:2023-12-03 20:26:10 25 4
gpt4 key购买 nike

如何呈现带有水平翻转动画的模态视图(例如在导航 Controller 上插入 View Controller )?我试过了,但没用

[UIView beginAnimations:@"animation" context:nil];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:self.view cache:NO];
[self presentModalViewController:detailsViewController animated:NO];
[UIView commitAnimations];

谢谢!

最佳答案

这就是您所需要的:

detailsViewController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentModalViewController:detailsViewController animated:YES];

关于iphone - 模态 UIView 上的水平翻转动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5091216/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com