I don't have any specific settings regarding the status bar style in my app. However, ever since I started building my app using iOS 13 SDK, the new "card style" presentation modal changes status bar to light content even when the background is not dark, in the end, I have almost unvisible content in the status bar.
For instance, here is the status bar of a view controller that presents another view using present(_:animated:completion:)
:
However, after presenting another view controller, the status bar turns to light content like this:
Is there a way to avoid that without tuning status bar parameters here and there?