Reputation: 661
I want to change my app interface to light mode.
I implemented following code on all ViewControllers:
overrideUserInterfaceStyle = .light
When I switch to dark mode, the navigation bar and tab bar change his color to black. The rest is still white as it should be. The following image is dark mode on.
Upvotes: 0
Views: 249
Reputation: 661
I added in the Info.plist User Interface Style to light. Now it's working fine.
Upvotes: 0