gpt4 book ai didi

ios - 未在模态呈现的 View Controller 中调用 willRotateToInterfaceOrientation

转载 作者:行者123 更新时间:2023-11-28 22:35:24 27 4
gpt4 key购买 nike

我的整个应用都是纵向的。当您在 Collection View Controller 中点击图像时,我会以模态方式在 MWPhotoBrowser View Controller 中显示图像。所以我想在那里支持多个方向。我只支持 iOS 6,并且有以下定位方法:

- (BOOL)shouldAutorotate {
return YES;
}


- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAllButUpsideDown;
}

这些会被调用,但是 willRotateToInterfaceOrientation 和后续的 willAnimateRotationToInterfaceOrientationdidRotateFromInterfaceOrientation 永远不会被调用。

它不会出现在导航 Controller 或其他任何东西中。不确定我还需要在这里做什么才能仅在模态呈现的 View Controller 中支持旋转。

最佳答案

重新阅读文档后,我相信我的应用程序必须在应用程序 (plist) 级别支持横向。在这种情况下,我想我将不得不更改我的其他 View Controller 中支持的方向以限制它。

关于ios - 未在模态呈现的 View Controller 中调用 willRotateToInterfaceOrientation,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16204766/

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