切换深色和浅色模式时导航栏和tabor不会改变他的颜色

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

我想将我的应用程序界面更改为轻模式。

我在所有 ViewController 上实现了以下代码:

overrideUserInterfaceStyle = .light

当我切换到深色模式时,导航栏和标签栏将他的颜色更改为黑色。其余的仍然是白色的,因为它应该是。下图是深色模式开启。

我在Info.plistUser Interface Style中添加了灯光。现在一切正常。