0

My application supported multi-theme. I need to change the launch screen color after user changing the theme.

Is this possible? I tried to set the color in app delegate in application.didFinishLaunchingWithOptions but nothing changed.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
haneen hasan
  • 63
  • 1
  • 1
  • 10

1 Answers1

0

No, a launch screen is static and can't be changed in any way at runtime.

Keep in mind that the launch screen is shown before your app is actually running.

rmaddy
  • 314,917
  • 42
  • 532
  • 579