Search and trending menus for iOS

This commit is contained in:
Arkadiusz Fal
2022-12-10 02:19:36 +01:00
parent 64146b26c2
commit 2e3454a18f
6 changed files with 119 additions and 84 deletions

View File

@@ -145,7 +145,6 @@ struct AppTabNavigation: View {
private var searchNavigationView: some View {
NavigationView {
LazyView(SearchView())
.toolbar { toolbarContent }
}
.tabItem {
Label("Search", systemImage: "magnifyingglass")