ChordsView

struct ChordsView : View

SwiftUI View for the chord diagrams

  • The Song

    Declaration

    Swift

    let song: Song
  • Chord Display Options

    Declaration

    Swift

    @EnvironmentObject
    private var chordDisplayOptions: ChordDisplayOptions { get }
  • Sheet with chords

    Declaration

    Swift

    @State
    var showChordSheet: ChordDefinition? { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • View all chords of a certain key in a sheet

    See more

    Declaration

    Swift

    struct Sheet : View