Need a "cancel previous swipe" method
Opened this issue · 3 comments
weswes commented
Hello,
Is it possible to implement a "cancel previous swipe" method ? I need to reload last swipped view and represent it to the user with animation.
How can we do that ?
Thanks
zhxnlai commented
The - (void)rewind;
method would be what you want. Please take a look at https://github.com/zhxnlai/ZLSwipeableViewSwift example usage.
weswes commented
Ok thanks. I'll try to import the Swift project into my Obj-c project.
zhxnlai commented
The objective c version has it too. https://github.com/zhxnlai/ZLSwipeableView/blob/master/ZLSwipeableView/ZLSwipeableView.h#L121