gpt4 book ai didi

ios - UIInterfaceOrientation 信息.plist

转载 作者:行者123 更新时间:2023-11-29 13:24:07 24 4
gpt4 key购买 nike

我正在开发一款使用 Adob​​e Air 打包的 iOS 应用程序。我正在尝试将 InterfaceOrientation 设置为 info.plist。

所以在我的 app.xml 中添加了 UIInterfaceOrienation,但是当我尝试创建 iOS 包时,它给了我“application.iPhone.InfoAdditions contains an invalid value”错误。

这就是 app.xml 的样子

<iPhone>
<InfoAdditions>
<![CDATA[
...... other values

<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>

]]>
</InfoAdditions>

不太确定我在这里遗漏了什么。有什么想法吗?

最佳答案

我认为您无法通过 air packager 执行此操作。

恕我直言,你最接近的就是这个

肖像假的

您建议的解决方案适用于 native 开发,但(目前)还不能使用 air packager。

我认为您将能够通过如下代码更改它:stage.setOrientation( StageOrientation.ROTATED_LEFT );

来源:http://polygeek.com/4301_air-mobile_playing-with-stage-orientation-in-mobile-air-apps

关于ios - UIInterfaceOrientation 信息.plist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13607354/

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