0
votes

I have a 2 logo for my application (logo_light.png and logo_dark.png). Depending on the ios13 theme (dark or light), I want to launch launchscreen with a light or dark version of my logo. How can i do this? The main problem is that iOS does not use logo mode when launching the app.

1
Possible duplicate of Dark mode launch screen in iOS 13netdigger

1 Answers

2
votes

You can try this.

First of all select UIImageView from your LaunchScreen and add image for Light version and then select the arrow next to your Light image like below.

enter image description here

Then select your image from assets and you need to change Appearances from none to Any, Dark like below image.

enter image description here

so once you change Appearances from none to Any, Dark Dark Appearances will automatically add and then you just need to set different image for light and dark Appearances like below.

enter image description here