Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch Images for Dark or Light Mode

Anybody knows how I can choose a different set of Launch images for Dark or Light modes?

like image 324
gerram Avatar asked Jul 31 '19 09:07

gerram


People also ask

Should I use dark mode or light mode?

Conclusion and adviceThe most likely to be better for efficiency and productivity would be Light mode. Studies have shown that people with normal or corrected vision have a better performance, however, people with stronger visual disorders will tolerate Dark mode better.

What is dark and light mode?

Dark interface modes are designed to display less light than Light Mode displays and extend the battery life or serve as an eye vision relief for tired eyes. The amount of light in the environment affects the energy consumption or physical state of the eyes, and our data perception, as well.

What is Apple dark mode?

What is dark mode? Like its name implies, dark mode darkens the user interface on Apple devices. Basically, the appearance is inverted so that instead of black text on a white background, you see light or white text on a black background.


1 Answers

As the Launch Screen loads before the app starts executing, it would not be possible to change the launch images set programatically.

However, in the Image Set tab, you can change the Appearance option to enable a different set of images for Light and Dark modes:

enter image description here

So, if you set this image in the Launch Screen Storyboard, the result would be as below:

enter image description here

On a side note, if the need is just to change the background color, not the images, you may set the Launch Screen Storyboard view background color to System Background Color and just use transparent .png images.

like image 63
alxlives Avatar answered Sep 21 '22 07:09

alxlives