adri567
adri567

Reputation: 661

navigation bar and tabor does not change his color when switching dark and light mode

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.

enter image description here

Upvotes: 0

Views: 249

Answers (1)

adri567
adri567

Reputation: 661

I added in the Info.plist User Interface Style to light. Now it's working fine.

Upvotes: 0

Related Questions