We have the accessibility option
accessibilityIgnoresInvertColors
if we would like our view to ignore the effect of the Smart Invert of iOS 11.
But what about the LaunchScreen? How do I make it to ignore Smart Invert?
(FYI: App is made for low vision people, and interface is designed to be dark by default. They make other apps dark with Smart Invert, but this app should ignore this setting, as it would make it light instead of the wanted dark.)
I have seen this:
Disable smart invert in launch screen
but sadly there is no answer. :(