I am updating an iOS ipad app in appcelerator (titanium alloy). 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:<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
[email protected]
[email protected]
[email protected]
-Default-Landscape.png
[email protected]
[email protected]
[email protected]
-Default-Portrait.png
[email protected]
That's probably more than what I need, but don't think that should be a problem. What am I doing wrong?
0
votes