Ios swift – SwiftUI's new NavigationStack API doesn't work well with UIHostingController's nav bar
I have a UIKit app and I migrated some of my screens to SwiftUI using UIHostingController. I used to be able to re-use the same nav bar of UIKit. But after switching to NavigationStack API, I wasn't able to replicate…