Home > Software design >  Force Light Mode Across Entire App - Xcode 13.4.1
Force Light Mode Across Entire App - Xcode 13.4.1

Time:08-08

I'm looking to force light mode across the entirity of my app. I've read numerous posts about this subject, all of which indicate that I should set UIUserinterfaceStyle to light in the project's info pane. When I open the info pane, UIInterfacestyle isnt present. Nor is Appearance. Any idea on how I can do this?

Xcode 13.4.1, iOS app

enter image description here

If you've never added a key...

Click the button on an existing key:

enter image description here

Then type or select Appearance:

enter image description here

  • Related