Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround UIPinchGesture number of touch bug (#2025)
- Based on the documentation https://developer.apple.com/documentation/uikit/uipinchgesturerecognizer, pinch gesture state should not be set to "Changed" if "both" fingers are not pressed, which does not seem to be the case.
- Loading branch information