gpt4 book ai didi

ios - Xcode - 强制启动屏幕以横向加载

转载 作者:行者123 更新时间:2023-12-01 16:29:52 24 4
gpt4 key购买 nike

启动屏幕当前默认为设备当前方向。
我试图以编程方式设置它,但它仍然不起作用。

override func viewDidLoad() {
super.viewDidLoad()

if UIDevice.currentDevice().orientation == UIDeviceOrientation.Portrait || UIDevice.currentDevice().orientation == UIDeviceOrientation.PortraitUpsideDown || UIDevice.currentDevice().orientation == UIDeviceOrientation.Unknown {
UIDevice.currentDevice().setValue(UIInterfaceOrientation.LandscapeLeft.rawValue, forKey: "orientation")
}
}
enter image description here
enter image description here

最佳答案

您可以设置Device Orientation总体目标设定。

enter image description here

引用:http://www.raywenderlich.com/63229/make-game-like-mega-jump-spritekit-part-12

关于ios - Xcode - 强制启动屏幕以横向加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32389284/

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