Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Black iOS launch screen instead of white

I have an issue with changing background color of launch screen on iOS. When I open the app for the first time it loads a white page before the black viewcontroller appears. How can I change the white launch screen to a black one?

Below is my app General launch image settings:

enter image description here

I am still new with iOS. Any ideas?

like image 349
Khodour.F Avatar asked Jul 13 '17 11:07

Khodour.F


1 Answers

Create a launch screen storyboard and select that as launch screen file.

enter image description here

Then change the background to black. You can also customize it whatever way you want

enter image description here

like image 189
Fangming Avatar answered Sep 18 '22 14:09

Fangming