comparison GeoQuiz/ContentView.swift @ 4:de54f05adb78

add prototype game stats
author Dennis C. M. <dennis@denniscm.com>
date Thu, 22 Sep 2022 11:38:42 +0200
parents 259a15f485c5
children f31a61462e7a
comparison
equal deleted inserted replaced
3:4dbe0cd9dadc 4:de54f05adb78
69 } label: { 69 } label: {
70 Label("Buy lives", systemImage: "heart.fill") 70 Label("Buy lives", systemImage: "heart.fill")
71 } 71 }
72 } 72 }
73 .sheet(isPresented: $showingBuyLivesModal) { 73 .sheet(isPresented: $showingBuyLivesModal) {
74 BuyLivesModal() 74 BuyLivesModalView()
75 } 75 }
76 } 76 }
77 } 77 }
78 } 78 }
79 79