I'd like to make a "splash screen" while starting the iPad app: the Default-[Landscape|Portrait]~ipad.png is shown while starting, afterwards I'd like to add the same image by myself and let it fade out.
The problem is the orientation during applicationDidFinishLaunching; I've got problems to determine to correct image and add it to UIWindow (which seems to be in portrait).
How's it possible to add a fullscreen-image during launch and then let it fade out?
Thank you very much!