Home > Net >  iOS, Swift Application is always running in Dark Mode
iOS, Swift Application is always running in Dark Mode

Time:03-02

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 enter image description here

  • Related