The Problem
Doing other gestures while pinching an image leads to layout issues and crashes. In my case, the user could scroll the table view behind the pinched image while the scale was at 0, which led to a crash.
Solution
Preventing the background view's opacity from going to zero prevents the user from doing other gestures while pinching an image.
The Problem Doing other gestures while pinching an image leads to layout issues and crashes. In my case, the user could scroll the table view behind the pinched image while the scale was at 0, which led to a crash.
Solution Preventing the background view's opacity from going to zero prevents the user from doing other gestures while pinching an image.
This fix the issue #9