Is it possible to disable automatic color inversion in iOS 26 UINavigationBar which triggered by the system depending on background? Can't find any new method in documentation for that.
This is for example happening when a UITableView is under (or close by) and when the content under is of another dark/light variant such as the background+title should be changed. Then the system automatically changes the background (if not clear) + title.
Is there a way to disable such behaviour? Changing the UINavigationBarAppearance does not seem to have any effect.