Mercurial > public > geoquiz
comparison GeoQuiz/GuessTheFlagView.swift @ 11:039b26a99a48
implementing RevenueCat
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sun, 09 Oct 2022 17:02:34 +0200 |
parents | a793f33f05fb |
children | f1967f8cc67b |
comparison
equal
deleted
inserted
replaced
10:a793f33f05fb | 11:039b26a99a48 |
---|---|
18 GeometryReader { geo in | 18 GeometryReader { geo in |
19 VStack { | 19 VStack { |
20 GameToolbar(game: game, color: .mayaBlue) | 20 GameToolbar(game: game, color: .mayaBlue) |
21 .padding(.bottom) | 21 .padding(.bottom) |
22 | 22 |
23 VStack(spacing: 10) { | 23 VStack(alignment: .center, spacing: 10) { |
24 Text("Question \(game.questionCounter) of \(game.data.count)") | 24 Text("Question \(game.questionCounter) of \(game.data.count)") |
25 .font(.title3) | 25 .font(.title3) |
26 .foregroundColor(.white.opacity(0.7)) | 26 .foregroundColor(.white.opacity(0.7)) |
27 | 27 |
28 Text("What is the flag of") | 28 Text("What is the flag of") |