Added km/hr and mi/hr. Did some formatting stuff.
This commit is contained in:
parent
af513b8c05
commit
acc9f86315
5 changed files with 76 additions and 26 deletions
|
|
@ -10,6 +10,19 @@ import SwiftUI
|
|||
struct June2022: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2022-06-16
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2022-06-17")
|
||||
.font(.title2)
|
||||
Text("Version Release Candidate 4\n")
|
||||
.font(.footnote)
|
||||
Text("\u{2022} Added km/hr and mi/hr\n\u{2022} Did some formatting with the stuff\n\u{2022} Added Back and Next buttons")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
|
||||
//2022-06-16
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue