ZLSwipeableView
ZLSwipeableView copied to clipboard
SwipeableView does not move after returning from a segue/modal
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.
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?
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.
I just noticed the same thing - the card that is visible is frozen after I come back from a modal segue.
Did you found a way to fix this issue??