【发布时间】:2016-09-29 22:08:46
【问题描述】:
我正在 appcelerator(钛合金)中更新 iOS ipad 应用程序。我唯一的问题是,当我打开应用程序时,它会在显示启动/启动图像之前显示我的图标图像。在我创建的第一个版本中并没有这样做。我只想显示启动图像。起初它只显示图标,根本没有启动图像,所以我将其更改为 false:<enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>
我宁愿提供自己的图像,也不愿使用故事板功能。
所以现在启动图像显示了,但图标仍然存在。
我在 app/assets/iphone
中有以下文件
-Default-568@2x.png
-Default-667h@2x.png
-Default-Landscape-736h@3x.png
-Default-Landscape.png
-Default-Landscape@2x.png
-Default-Portrait-736h@3x.png
-Default-Portrait@2x.png
-Default-Portrait.png
-Default@2x.png
这可能比我需要的要多,但不要认为这应该是一个问题。我做错了什么?
【问题讨论】:
标签: ios ipad appcelerator