SwipeView
SwipeView copied to clipboard
Is it possible to scroll by multiple items?
Currently when a user scrolls the swipeView, it is scrolled item by item. Is it possible to somehow increase the number of scrolled items (especially when the user scrolls fast in one direction), and finally snap to one item? I saw this feature in iCarousel.
Thanks a lot
No. If you want that behaviour, just use an iCarousel with iCarouselTypeLinear.
Hmmm.. too bad. I've changed my view from iCarousel to SwipeView before because of this problem: https://github.com/nicklockwood/iCarousel/issues/351 Now I need to decide which feature is more important to me. Thank you very much for your quick feedback.