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?
CodePudding user response:
You can set UIUserInterfaceStyle
to Dark
in your Info.plist as explained in