cwRichardKim / RKSwipeCards

The basics of a swipeable card interface inspired by Tinder
MIT License
2.17k stars 61 forks source link

Detect swipe up and swipe down #8

Closed ashokrkm closed 9 years ago

ashokrkm commented 9 years ago

It will be great to detect swipe up and down, and have delegates just like cardSwipedRight and left.

cwRichardKim commented 9 years ago

unfortunately, this is way harder to do than you'd think. Right now i have a line dividing the screen in half, but with 4 cases, it's not as easy. I'd be interested to see anyone implement this successfully though!

ashokrkm commented 9 years ago

Thanks for feedback, https://github.com/zhxnlai/ZLSwipeableView this has up and down and left and right, will be great if TinderSimpleSwipeCards has that too. Thanks for making this awesome library.