Launch image for iPad app seems to incorrectly show for every screen

307 views Asked by At

I have set the launch image for my app to look like the initial screen. My app is a multi-screen/multi-view application that mostly takes place in a UINavigationController. But every screen can look very different, so there isn't really much commonality for a general launch image.

I have noticed that if I am in a screen in the app, then go out of the app (pressing the home button), then go back in, it shows the launch image, then it loads up the screen the user was last using. I think this is the expected behavior.

That being said, according to Apple, the launch image is required. So it seems that I have a few options:

  1. Set an all black launch image
  2. Cache an image of the last screen and somehow set that as a dynamic launch image
  3. Specify to only use a launch image on the first screen
  4. Don't specify launch image?

Right now I am leaning towards option 1 and just having an all-black launch image, but I would appreciate if anyone has any tips/suggestions/advice. Thanks.

0

There are 0 answers