Added toolbar to the textfields in ContentView and you can now type zero without the app crashing

This commit is contained in:
Isaac Greene 2022-06-15 23:20:42 -04:00
parent b6677c2053
commit 7aa899ca7d
6 changed files with 228 additions and 78 deletions

View file

@ -63,7 +63,7 @@ struct DocsView: View {
Section(header: Text("App Information")) {
NavigationLink("Software License", destination: LicenseView())
Text("Version: Prerelease Build LVSXT10a.3")
Text("Release date: 2022-06-14")
Text("Release date: 2022-06-15")
Text("Start date: 2022-03-25")
Link("Built with SwiftUI \(Image(systemName: "swift"))", destination: URL(string: "https://developer.apple.com/xcode/swiftui")!)
}