FingersPicker
struct FingersPicker: View
SwiftUI View
with a Picker
to select finger
values
-
The instrument
Declaration
Swift
let instrument: Instrument
-
The order of the tuning
Declaration
Swift
let guitarTuningOrder: [Int]
-
Chord Display Options object
Declaration
Swift
var chordDisplayOptions: ChordDisplayOptions
-
The body of the
View
Declaration
Swift
var body: some View