Added more robust app documentation. Started working on an issue where entering zero as the first number in the Distance text field causes the app to crash.
This commit is contained in:
parent
7d6643112d
commit
b6677c2053
7 changed files with 108 additions and 41 deletions
|
|
@ -13,6 +13,7 @@ import SwiftUI
|
|||
// Swift and/or SwiftUI.
|
||||
|
||||
@main
|
||||
/// Builds the main view of the app (``TabViewData``)
|
||||
struct SplitsApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue