InstrumentPicker
struct InstrumentPicker: View
SwiftUI Picker to select a Instrument value
-
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