Xcode – SwiftUI can't hide navigationBar on pushed view when previous view search bar active
I have a problem when pushing to a new view with a search bar active. In the pushed view I want the navigation bar to be hidden. It works in all cases except when the search field is active on…