We’ve had an application on the AppStore for many years whose navigation bar styling has remained the same - white text & icons on top of a dark blue background. When the same application runs on iOS 18, this styling is incorrect (see screenshots).
On iOS 18, after a “back navigation” completes, the navigation bar title text color changes to black (when the device is in light mode) and the back button changes to the system blue. This occurs even though the NavigationStack's root view and all destination views are styled with:
.toolbarColorScheme(.dark, for: .navigationBar)
Has anyone else seen this behavior?
I've submitted FB14926996 with a movie and a sample application demonstrating the issue.