ZLSwipeableView icon indicating copy to clipboard operation
ZLSwipeableView copied to clipboard

SwipeableView does not move after returning from a segue/modal

Open falaix opened this issue 9 years ago • 4 comments

The SwipeableView is placed within a ViewController that has a segue to another ViewController. If I perform that segue and come back it often happens that I can't swipe the SwipeableView, but the delegate methods get triggered. If I keep swiping the views it happens that at some point multiple views get swiped off screen.

falaix avatar Feb 25 '15 09:02 falaix

Thanks for reporting this. I have had the same setting (segue to other view controllers) before but it worked fine. Could you provide more information about the subviews?

zhxnlai avatar Feb 27 '15 07:02 zhxnlai

I am using the Storyboard. The SwipeableView (.xib file with UIImageView) is placed within a UIViewController. As in your demo project.

It seems that the first two SwipeableViews are frozen and that there are multiple others loaded behind.

falaix avatar Feb 27 '15 09:02 falaix

I just noticed the same thing - the card that is visible is frozen after I come back from a modal segue.

ericgross avatar Feb 28 '15 15:02 ericgross

Did you found a way to fix this issue??

yepesasecas avatar Mar 28 '16 21:03 yepesasecas