Search code examples
iossplash-screenlaunch-screen

Setting next LaunchScreen during runtime


In my app the background color can be changed. Currently the LaunchScreen is just white and changes to the background color once the app has loaded. Is there any way that I can change the color that the LaunchScreen is going to have the next time the app starts. I know there is no way to run code while in the LaunchScreen, but maybe its image can be changed during runtime.


Solution

  • As said in the comment, it is impossible.