How to delay Default.png?

default.png, iphone, ipod, splash-screen

Solution

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.

Problem

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

Original source

Related problems