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?