summaryrefslogtreecommitdiffstats
path: root/ios/Hæ-appen/TabBarView.swift
diff options
context:
space:
mode:
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")
}
}
}