Reputation: 13713
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:
So my current question is why use a storyboard over "legacy" splash screen at all? are there any advantages? performance?
Upvotes: 0
Views: 819
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:
Upvotes: 1