1 min readJul 15, 2019
Timo Schaedel Yes, I’m planning to add a sort of paged mechanism on the carousel images view in the movie detail :) So I’ll report back on that, i’ll do it this week most probably.
Yeah the idea is to combine a ScrollView and a dragGesture and to scroll the set the offset of the scrollView as the state of the drag gesture end. Should just be a /proxy.frame(in: .global).size.width. I guess making the ScrollView and drag gesture working together will be the hardest part actually.