the styling of the UINavigationBar has changed in iOS15. I cannot get look I want anymore. Once I define either of the appearances (e.g. scrollEdgeAppearance) I can no longer get white text in the status bar. On the other hand if I just set UINavigationBar style to black with translucent set to NO it ignores the barTintColor unless you start scrolling. You can set the background color of the navigation bar but then the area under the scrollbar is solid black.
I just need a non-translucent UINavigationBar with a dark background ewxtending under the status bar with white text. Is it possible in iOS15?