zhxnlai/ZLSwipeableView

Need a "cancel previous swipe" method

Opened this issue · 3 comments

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

The - (void)rewind; method would be what you want. Please take a look at https://github.com/zhxnlai/ZLSwipeableViewSwift example usage.

Ok thanks. I'll try to import the Swift project into my Obj-c project.