OnboardWelcomeView

struct OnboardWelcomeView : View

Welcome content view implemented in SwiftUI.

  • Major version of the app.

    Note

    This should be incremented on each major version release. Usage:
    • If the major version is 5, the current version is v5.3, and update v6 is installed, then the Welcome screen is displayed.
    • If the major version is 5, the current version is v5.3, and update v5.4 is installed, then the Welcome screen is not displayed.

    Declaration

    Swift

    static let VersionNumber: String
  • Onboarding navigation coordinator.

    Declaration

    Swift

    var coordinator: OnboardWelcomeCoordinator?
  • Declaration

    Swift

    var body: some View { get }