[ADD] Search bar for BrowseView on iOS 15

This commit is contained in:
Fabian Thies
2022-12-12 19:18:57 +01:00
committed by Joe Mattiello
parent 0c034b61d9
commit 0e7083539d
5 changed files with 73 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ struct BrowseAppPreviewView: View {
let storeApp: StoreApp
var body: some View {
VStack {
VStack(spacing: 16) {
AppRowView(app: storeApp)
if let subtitle = storeApp.subtitle {