Touch inside

I am working on an important project in my workplace and have a problem that I encountered:

I have 2 views in a row (1 scroll view with images, and the other only UIImageView), I would like it to be able to move the image from scroll to UIImageView), I could successfully recognize and move the image from scrollView, but the problem is that the movement goes out of scrolling. The image snapshot disappears behind and cannot reach the road to the image.

any suggestions please?

+5
source share
1 answer

UIView . touchdesDidBegin, touchsMoved, touchsCancelled . UIView scrollview , , , scrollview.clipsToBounds = NO.

Moved, End, , , .

+1

All Articles