You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: