Structures
The following structures are available globally.
-
This is the main app wrapper.
See moreDeclaration
Swift
@main @MainActor struct NACCWatchApp : App
-
The main app content container view.
See moreDeclaration
Swift
@MainActor struct NACCWatchAppContentView : View
-
This will display a date picker, that the user can use to select a new date.
See moreDeclaration
Swift
@MainActor struct CleanDatePicker : View