MetronomeView
struct MetronomeView: View
SwiftUI View
for the metronome
-
The time signature
Declaration
Swift
let time: String
-
The bpm
Declaration
Swift
let bpm: Float
-
The metronome model
Declaration
Swift
var metronome = Metronome()
-
The body of the
View
Declaration
Swift
var body: some View