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] -
The binding to the observable state of the scene
Declaration
Swift
var sceneState: SceneStateModel -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub