spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
793 stars 84 forks source link

Use horizontal slider in horizontal Scrollview #38

Closed mk-conn closed 9 months ago

mk-conn commented 3 years ago

Hey,

any chance that you can explain, how to use an horizontal slider in a horizontal Scrollview? If I intend to drag the slider, the ScrollView starts to scroll. Attaching some of the .gesture modifiers to the ValueSlider View did not help either - there is a very big chance, I'm doing something totally wrong here :D ...