NACC_MedallionTabView
@MainActor
fileprivate struct NACC_MedallionTabView : View, NACC_TabViewProtocol
Displays a horizontally-oriented array of earned medallions
-
The tab name.
Declaration
Swift
@MainActor static var tabName: String -
The name of the image to show for the tab icon.
Declaration
Swift
@MainActor static var tabImageName: String -
Returns the image in a scroller, or a progress view, if still rendering.
Declaration
Swift
@MainActor var body: some View { get }
View on GitHub