Open DJBen opened 11 years ago
first get a reference to the gesture recognizer used on the paperview in PaperFoldView.m
Then in finishForState, remove the panGesture if state is top/bottom unfolded. and add the panGesture back when the state is default. This has worked for me.
or you can checkout my forked code under the fixtopview branch:
https://github.com/hengchu/PaperFold-for-iOS/tree/fixtopview
Thanks!
Thanks that worked for me...
As screenshot attached. Once you swipe on top or bottom fold in horizontal direction, the view will strangely turn gray.