PSPushPopPressView
PSPushPopPressView copied to clipboard
Gestures
Hi, You have a fantastic framework. I found a little bug. When you make a gesture UIPinchGestureRecognizer* pinchRecognizer and UIRotationGestureRecognizer* rotationRecognizer more than two times, the app crashes.
In order to fix this bug, I have moved this: UIPinchGestureRecognizer* pinchRecognizer and UIRotationGestureRecognizer* rotationRecognize to the implementation near to the @syntize and removed from the viewdidload.
Best regards,
Isabel Santos
Thanks! It's been a few years since I worked on this - I would write it differently this time. Consider this repo as deprecated.