From 5c59225ee10949cc58fccce4d968d1ede58be9b6 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 20 Oct 2025 23:12:31 +0200 Subject: Change tabs, get started with camera --- "ios/H\303\246-appen/TabBarView.swift" | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ios/Hæ-appen/TabBarView.swift') diff --git "a/ios/H\303\246-appen/TabBarView.swift" "b/ios/H\303\246-appen/TabBarView.swift" index ed0a89c..aa12188 100644 --- "a/ios/H\303\246-appen/TabBarView.swift" +++ "b/ios/H\303\246-appen/TabBarView.swift" @@ -10,12 +10,15 @@ struct TabBarView : View { var body: some View { if #available(iOS 26, *) { TabView { - Tab("Hææ", systemImage: "house") { + Tab("Hæ", systemImage: "network") { + MapContentView() + } + Tab("Resten", systemImage: "option") { + MapContentView() + } + Tab("", systemImage: "camera.shutter.button.fill", role: .search) { MapContentView() } - } - .tabViewBottomAccessory { - Image(systemName: "person.fill") } } } -- cgit v1.3