How to delay Default.png?

Moshe picture Moshe · Mar 17, 2010 · Viewed 15.2k times · Source

How can I delay the app loading to show the splash screen for longer?

Answer

toholio picture toholio · Mar 17, 2010

You should let the app start as usual then make the first view that appears have the identical image on it as the splash screen. Start a timer and then replace that view with your real application root view after a few seconds.

Deliberately delaying the actual application launch is a big no-no.