hstack-snap-to-scroll
hstack-snap-to-scroll copied to clipboard
Easy-to-use HStack that snaps to elements on scroll.
If you change orientation to landscape, HStackSnap not working as expected. I think there is a problem because the width of the stack is changed. Is there any solution for...
Hello! I'm noticing an issue where the library doesn't work when nested in a `NavigationView`. The views are displayed correctly, however I am unable to scroll only when nested in...
How do you set value in @State of snapped item?
In my ForEach I want a NavigationLink to open another view. The problem is when I put this the view stops being scrollable as it recognizes the tap on the...
I have a `Slider` in the View and when I move the slider, the View in the `HStack` also moves in the direction that I have moved the slider. Is...
The last 2 items won't snap regardless of number of items when in center alignment. I can't pull them as it springs back to the 3rd last item.
### Title - Replace Example2ContentView with Example1ContentView ### Description - This change updates the view reference in the source from Example2ContentView() to Example1ContentView(). It ensures that the correct example is...