HelpView

struct HelpView : View

SwiftUI View for the help

  • The Help model

    Declaration

    Swift

    @StateObject
    var help: HelpModel { get }
  • The presentation mode

    Declaration

    Swift

    @Environment
    var presentationMode: Binding<PresentationMode> { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • SwiftUI View for a help button

    See more

    Declaration

    Swift

    struct HelpButton : View