We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653a461 commit a37b47eCopy full SHA for a37b47e
RangeSlider/ContentView.swift
@@ -25,6 +25,7 @@ struct ContentView: View {
25
upperValue = 1.0
26
}
27
28
+ Spacer().frame(height: 20)
29
RangeSlider(lowerValue: $lowerValue, upperValue: $upperValue)
30
.frame(width: 400)
31
.onChange(of: lowerValue) { _, newValue in
0 commit comments