As of iOS 16.4, you can say:
.searchScopes($searchScope, activation: .onSearchPresentation, {
Text("Scope 1")
Text("Scope 2")
})
to force the search-scopes Picker to appear as soon as search bar is tapped.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: