gpt4 book ai didi

ios - iPad ViewController弹窗动画样式由从右向左滑动改为从下向上滑动

转载 作者:行者123 更新时间:2023-11-28 17:43:25 25 4
gpt4 key购买 nike

iPad 中弹出 View Controller 的动画意外地从从右向左滑动更改为仅在横向模式下从底部滑动。可能是什么问题?

感谢您的帮助。

最佳答案

当我支持横向和纵向时发生在我身上,但是在 View Controller “supportedInterfaceOrientations”方法上我返回“UIInterfaceOrientationMaskPortrait”

- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}

这为我解决了问题:

- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll;
}

关于ios - iPad ViewController弹窗动画样式由从右向左滑动改为从下向上滑动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7178668/

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