gpt4 book ai didi

iphone - presentModalView 从我的横向应用程序的侧面进来

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:27:48 25 4
gpt4 key购买 nike

我有一个 UIViewController,我想用 [self presentModalViewController:settingsController animated:YES] 显示它。

我的应用程序处于横向模式。当我使用 presentModalViewController 时, View 从侧面滑入,就好像它处于纵向模式一样。当我使用 addSubview: 添加 View 时,它会正确显示在屏幕上。

我确实在我的 View Controller 中使用了 shouldAutorotateToInterfaceOrientation,但它似乎对解决这个问题没有帮助。

- (BOOL)shouldAutorotateToInterfaceOrientation (UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}

有没有人遇到过这个或者知道我可能哪里出错了?

最佳答案

尝试从主视图 Controller 而不是其中一个 subview 的 Controller 呈现模态视图。那对我有用。

关于iphone - presentModalView 从我的横向应用程序的侧面进来,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5588002/

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