ACarousel
ACarousel copied to clipboard
if feels like it's a bit hard to scroll through the carousel?
anyone else feels this way? is there any way to make it feel easier?
Modify ACarouselViewModel:
private func dragEnded(_ value: DragGesture.Value) {
....
let dragThreshold: CGFloat = itemWidth / 3
....
}
change 3 to a bigger value to make dragThreshold smaller.