Using the following method to detect how many point move in pinch action (using UIPinchGestureRecognizer), I have to get the value of point move the view in iOS device screen.
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
}
Using following 02 delegate method to getting how many point move in pinch action., before creating one global variable
oldPointand you will be given output log is,