Search code examples
iphoneipodsplash-screendefault.png

How to delay Default.png?


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


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.