In my app, I am using an image as the background for my ViewController's. For the status bar in the project settings I set: Status Bar Style - Default. I don't use anything else for the status bar.
The problem is when the iOS dark mode is enabled my status bar goes white. And I need it to stay black. How to fix it?
Also I don't want to turn off iOS dark/light mode supporting in the app. So the Appearance Light in the Info.plist doesn't quite work for me.

