MetronomeButton
struct MetronomeButton: View
SwiftUI View
for the metronome button
-
The time signature
Declaration
Swift
let time: String
-
The bpm
Declaration
Swift
let bpm: Float
-
The observable state of the metronome
Declaration
Swift
var metronome = MetronomeModel()
-
The body of the
View
Declaration
Swift
var body: some View