简体   繁体   English

如何删除Appcelerator iOS应用程序启动屏幕前显示的图标?

[英]How to remove icon showing before launch screen on Appcelerator iOS app?

I am updating an iOS ipad app in appcelerator (titanium alloy). 我正在更新appcelerator(钛合金)中的iOS ipad应用程序。 My only problem is that when I open the app it shows my icon image before it shows the launch/splash image. 我唯一的问题是,当我打开应用程序时,它会在显示启动/启动图像之前显示我的图标图像。 It wasn't doing this in the first version I created. 在我创建的第一个版本中并没有这样做。 I want just the launch image to show. 我只想显示启动图像。 At first it was only showing the icon and no launch image at all, so I changed this to false: 起初它只显示图标,根本没有启动图像,因此我将其更改为false:
<enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>
I'd rather supply my own images than use the storyboard feature anyway. 我宁愿提供自己的图像,也不愿使用情节提要功能。 So now the launch image shows, but the icon is still there too. 因此,现在启动图像已显示,但图标仍然存在。
I have the following files in app/assets/iphone 我在app / assets / iphone中有以下文件
-Default-568@2x.png -Default-568@2x.png
-Default-667h@2x.png -Default-667h@2x.png
-Default-Landscape-736h@3x.png -Default-Landscape-736h@3x.png
-Default-Landscape.png -Default-Landscape.png
-Default-Landscape@2x.png -Default-Landscape@2x.png
-Default-Portrait-736h@3x.png -Default-Portrait-736h@3x.png
-Default-Portrait@2x.png -Default-Portrait@2x.png
-Default-Portrait.png -Default-Portrait.png
-Default@2x.png -Default@2x.png
That's probably more than what I need, but don't think that should be a problem. 那可能超出了我的需求,但是不要以为这是个问题。 What am I doing wrong? 我究竟做错了什么?

尝试在模拟器中删除该应用,然后再次启动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM