0

I only need the light mode on my current app. So I have override the interface style with overrideUserInterfaceStyle = .light but launch screen can not be programmatically modified.

How could I override the launch screen interface style of a launch screen on iOS13?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Andoni Da Silva
  • 1,161
  • 15
  • 31

1 Answers1

1

In your launch screen, only use non-dymanic colors. For example, use "black" instead of "label" or "Default". Use white instead of "systemBackground" or "Default".

rmaddy
  • 314,917
  • 42
  • 532
  • 579