UIScrollView with touchesMoved not called
问题 I've a UIScrollView that contains an UIImageView. The UIScrollView lets zooming and panning through the UIImageView. The problem is that I would like know the finger movement every time, and I'm trying to catch the event with touchesMoved method. But it's not working, despite touchesBegan and touchesEnded that are called correctly. In fact, touchesMoved is called if the finger movement is really small, and the UIScrollView doesn't started panning. At the moment that UIScrollView starts