HelpView

struct HelpView: View

SwiftUI View for the help

  • The Help model

    Declaration

    Swift

    private var help
  • The presentation mode

    Declaration

    Swift

    var dismiss
  • The body of the View

    Declaration

    Swift

    var body: some View
  • SwiftUI View for a help button

    See more

    Declaration

    Swift

    struct HelpButton: View