Added toolbar to the textfields in ContentView and you can now type zero without the app crashing
This commit is contained in:
parent
b6677c2053
commit
7aa899ca7d
6 changed files with 228 additions and 78 deletions
|
|
@ -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")!)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue