QualityPicker
struct QualityPicker: View
SwiftUI View with a Picker to select a Quality value
-
The binding to the observable state of the scene
Declaration
Swift
var sceneState: SceneStateModel -
Bool to show the ‘all’ option
Declaration
Swift
let showAll: Bool -
The body of the
ViewDeclaration
Swift
var body: some View -
Qualities to show
Declaration
Swift
var cases: [Chord.Quality]
View on GitHub