summaryrefslogtreecommitdiffstats
path: root/ios/Hæ-appen/TabBarView.swift
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-20 23:12:31 +0200
committerivar <i@oiee.no>2025-10-20 23:12:31 +0200
commit5c59225ee10949cc58fccce4d968d1ede58be9b6 (patch)
treee4f7c77f0069107d83c98453497152d4b01dbe8b /ios/Hæ-appen/TabBarView.swift
parent440590ee512f9d4214334d870ca21dc2f39235a2 (diff)
downloadwhat-5c59225ee10949cc58fccce4d968d1ede58be9b6.tar.xz
what-5c59225ee10949cc58fccce4d968d1ede58be9b6.zip
Change tabs, get started with camera
Diffstat (limited to 'ios/Hæ-appen/TabBarView.swift')
-rw-r--r--ios/Hæ-appen/TabBarView.swift11
1 files changed, 7 insertions, 4 deletions
diff --git a/ios/Hæ-appen/TabBarView.swift b/ios/Hæ-appen/TabBarView.swift
index ed0a89c..aa12188 100644
--- a/ios/Hæ-appen/TabBarView.swift
+++ b/ios/Hæ-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")
}
}
}