UIUserInterfaceStyle
The user interface style for the app.
Possible Values
AutomaticSet this value to adopt the systemwide user interface style, and observe any changes to that style. This is the default value, and provides the same functionality as if the key weren’t explicitly set.
LightSet this value to force the light user interface style, even when the systemwide style is set to dark. Your app will ignore any changes to the systemwide style.
DarkSet this value to force the dark user interface style, even when the systemwide style is set to light. Your app will ignore any changes to the systemwide style.