SwiftUI searchable on NavigationView always shown, hides only on scroll – Ios swift
I'm writing a fairly simple SwiftUI app about movies and I have this issue where the new .searchable modifier on NavigationView is always being shown, whereas it should be hidden, unless you pull down on the List. It hides it…