NACC_InfoDisplayView
@MainActor
struct NACC_InfoDisplayView : View
The Information Screen View
-
Declaration
Swift
@Environment @MainActor private var openURL: OpenURLAction { get } -
This denotes the padding around the text display.
Declaration
Swift
@MainActor private static let _edgePaddingInDisplayUnits: Double -
This is how big to make the top icon button.
Declaration
Swift
@MainActor private static let _iconSizeInDisplayUnits: Double -
This is the size of the rounded corners.
Declaration
Swift
@MainActor private static let _iconCornerRadiusInDisplayUnits: Double -
This is the local instance of the persistent prefs for the app.
Declaration
Swift
@MainActor let prefs: NACCPersistentPrefs -
This returns the screen structure.
Declaration
Swift
@MainActor var body: some View { get }
View on GitHub