Reply to .searchScopes modifier not adding scope bar to search 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. UI Frameworks SwiftUI Feb ’24