FretsPicker
struct FretsPicker: View
SwiftUI View
with a Picker
to select fret
values
-
The instrument
Declaration
Swift
let instrument: Instrument
-
The order of the tuning
Declaration
Swift
let guitarTuningOrder: [Int]
-
The binding to the observable state of the scene
Declaration
Swift
var sceneState: SceneStateModel
-
The body of the
View
Declaration
Swift
var body: some View