4

So I just want my app to always run in dark mode. Even if the device appearance in in Light I still want the app to run in dark mode. Is this possible?

Micheal
  • 309
  • 4
  • 16

2 Answers2

4

Yes, It's possible, You must Add "Appearance" key to "Dark" in Info.plist such as:

enter image description here

Maziar Saadatfar
  • 1,286
  • 1
  • 5
  • 11
0

You can set UIUserInterfaceStyle to Dark in your Info.plist as explained in Is it possible to opt-out of dark mode on iOS 13?

Sulthan
  • 128,090
  • 22
  • 218
  • 270