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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top