If scrolling is enabled in UIScrollView, events touchMoveddo not apply to the contents of the scroll view. As a workaround that depends on what you want to achieve. In my application, I just needed to drag and drop the object inside UIScrollView, and I did the following in touchView handlers for the content:
- touchesBegan: , , , . - UIScrollView
- , ,
touchesMoved, "" . touchesEnded: .
- , UIScrollView (. hitTest:withEvent:)