NACC_ResultDisplayView
@MainActor
struct NACC_ResultDisplayView : View
The image results View.
-
Shared observable image store.
Declaration
Swift
@StateObject @MainActor private var imageStore: NACC_ResultDisplayImageStore { get } -
This is set to true, when we want to show the action sheet.
Declaration
Swift
@State @MainActor private var _showingShareSheet: Bool { get nonmutating set } -
The currently selected tab.
Declaration
Swift
@Binding @MainActor var selectedTab: NACC_TabIndexes { get nonmutating set } -
This returns a URL string, with a universal URL that will open the app to this date, without invoking the report.
Declaration
Swift
@MainActor private var _urlString: String { get } -
Returns the items to be shared in the share sheet.
Declaration
Swift
@MainActor private var _myActivityItems: [Any] { get } -
This returns the entire screen, with the tabs.
Declaration
Swift
@MainActor var body: some View { get }
View on GitHub