UINavigationBarAppearance Button tintColor isn’t working with SwiftUI (in iOS 16) – Ios swift
The Problem In order to customize the NavigationBar in my full SwiftUI app, I had to use a bridge to UIKit using the UINavigationBarAppearance() to change the background, title attributes, etc. Now, with my dark background image I want to…