gpt4 book ai didi

ios - 通用应用程序在 iPad 上不旋转,但在 iPhone 上旋转

转载 作者:行者123 更新时间:2023-12-02 03:27:04 26 4
gpt4 key购买 nike

我刚刚完成了一个通用应用程序的构建,它在我的 iPhone 上完美旋转,但在 iPad 上它只是静止不动。

this 问题类似,但这并不能解决我的问题。

支持的界面方向都设置为允许旋转,我什至在我的应用程序委托(delegate)中设置了它:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}
- (NSUInteger)supportedInterfaceOrientations
{
return UIInterfaceOrientationMaskAll;
}

iPhone 仍然可以正常旋转,但 iPad 无法从纵向移动。

什么可能导致此问题,或者如何解决它?

[更新]

  • 侧面的开关未锁定。
  • PList 中的方向设置正确。
  • 项目设置(通过按钮选择)已正确设置。

最佳答案

@adam-s 是对的,除了 Xcode 7.x 之外,“设备”选择器下方没有按钮。

使用 Xcode 7,您需要将“通用”更改为“iPad”,从而方向选择器会更改以反射(reflect)仅限 iPad 的设置。然后您可以将选择器更改回“通用”。

令人困惑!

关于ios - 通用应用程序在 iPad 上不旋转,但在 iPhone 上旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14310399/

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