NACC_TabIndexes

enum NACC_TabIndexes : Int

This provides numerical indexes for each of the image display tabs.

  • Undefined (no tab selected).

    Declaration

    Swift

    case undefined = -1
  • Shows a horizontally-arrayed image of all earned keytags.

    Declaration

    Swift

    case keytagArray
  • Shows a scrollable vertical strip of all earned keytags.

    Declaration

    Swift

    case keytagStrip
  • Shows a horizontally-arrayed image of all the earned medallions.

    Declaration

    Swift

    case medallionArray

Extension To Add NavBar Names

  • This returns a string, containing a name to use for the tab.

    Declaration

    Swift

    @MainActor
    var navigationTitle: String { get }
  • This returns a string, containing a name to use for the image.

    Declaration

    Swift

    @MainActor
    var imageName: String { get }