developer82
developer82

Reputation: 13713

Titanium full screen image splash screen

I've started a new project and replaced all png files in the newly created project with my own. But instead of a full size image for the splash screen I got a centered image which is my icon.

I added the LaunchLogo files but it's still just centered. I even tried disabling storyboard:

<enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>

It did not work. How can I setup a fulll screen splash like in old Titanium versions?

Edit:

After cleaning the project setting enable-launch-screen-storyboard to false worked.

So I have 2 options:

  1. Disable storyboard and use "old" titanium way.
  2. Create a custom storyboard.

So my current question is why use a storyboard over "legacy" splash screen at all? are there any advantages? performance?

Upvotes: 0

Views: 819

Answers (1)

miga
miga

Reputation: 4055

Sounds like the sizes of the Splashscreens are wrong. Try creating a new project and copy over the Splashscreens or check the sizes at:

https://wiki.appcelerator.org/display/guides2/Icons+and+Splash+Screens#IconsandSplashScreens-iOSgraphicassetrequirementsandoptions

Upvotes: 1

Related Questions