Question

I'm use the great SwipeView library from cubiq.org.

The fact it uses endless optimized scrolling is great but I can't seem to find how to cleanly detect the swipe direction. I need this to update the shown data accordingly.

Was it helpful?

Solution

Found the answer myself and it's obviously really easy.

You can get direction from the directionX property on from the created SwipeView object.

swipeView.directionX

This will be 1 for a swipe to the right and -1 for left.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top