Skip to content

Commit 871e420

Browse files
committed
code fix
1 parent 91a1d51 commit 871e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScrollerExample/Shared/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct ContentView: View {
1313

1414
@State private var selection: Int = 0
1515
@State private var valueH: CGFloat = 0
16-
@State private var valueV: CGFloat = 0.5
16+
@State private var valueV: CGFloat = 0
1717

1818
var body: some View {
1919
TabView(selection: $selection) {

0 commit comments

Comments
 (0)