I have a blue logo on the launchscreen.storyboard on white background. For the new DarkMode introduced with iOS 13 I like to invert the colors, i.e. blue background and whit
As suggested here, the solution is to use a dynamic image for the background instead:
UIImageView
in the background of your Launch Screen with this image (“Scale to Fill”, constrained to container).This will compile even if your deployment target is lower than iOS 11.0, and will display the appropriate color at launch.