Skip to content
Snippets Groups Projects

Example app version

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
 
import AppCore
import BackupFeature
import BackupFeature
import ComposableArchitecture
import ComposableArchitecture
import ComposablePresentation
import ComposablePresentation
@@ -137,6 +138,12 @@ public struct HomeView: View {
@@ -137,6 +138,12 @@ public struct HomeView: View {
} header: {
} header: {
Text("Account")
Text("Account")
}
}
 
 
Section {
 
AppVersionText()
 
} header: {
 
Text("App version")
 
}
}
}
.navigationTitle("Home")
.navigationTitle("Home")
.alert(
.alert(
Loading