Reputation: 1610
I am Application Developer with the Titanium. i want to develop new Application with Titanium and created a HelloWorld application. Every time my application starts up Than every time Titanium startscreen is show. how I remove this Titanium Startscreen.
Upvotes: 0
Views: 1834
Reputation: 8856
The default titanium splash is screen path is:
Resources/iphone/Deafult.png
You can replace your new Default.png. To see the new splash screen, just clean your build and relaunch your application.
Upvotes: 1