MRT
MRT

Reputation: 1610

when start Application than Remove this Titanium Startscreen(create custom Start Screen)

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

Answers (1)

Muhammad Zeeshan
Muhammad Zeeshan

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

Related Questions