For my app, in xcode 4 I set a png for my launch image (in target)…but it appear only when I start app first time; is it possible to appear this launch image every time? Also when I put my app in background and I don’t kill it. Is it possible?
Share
Even if quite some apps have them, there should not be a splash screen at all. Apple is clear about this in their Human Interface Guidelines:
To answer your question:
You can implement the UIApplication delegate to take actions when your app did become active or will enter foreground: