NACC_KeytagStripTabView
@MainActor
fileprivate struct NACC_KeytagStripTabView : View, NACC_TabViewProtocol
Displays a vertically-oriented strip of earned keytags
-
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