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:
Isaac Greene 2022-06-14 22:10:13 -04:00
parent 7d6643112d
commit b6677c2053
7 changed files with 108 additions and 41 deletions

View file

@ -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 {