Search code examples
animationsplash-screenios7fadeout

iOS 7 launch image (splash screen) fades out


On iOS 7, launch images fade out instead of disappearing immediately when the app is loaded.

Is there any setting to prevent this launch image fade out animation? I need it to disappear immediately just like in the iOS 6 and earlier.

Edit for answers:

Yes, it is possible to add the splash image as a UIImageView to the top window and hide it after splash fade animation is completed. But this causes a delay of 0.4 seconds which I'm trying to avoid.


Solution

  • As of iOS 12, it is still not possible to disable splash screen fade out animation.