I'm working on an important project at my job place, and having a problem which I'm stack with:
I have 2 views in a line (1 scroll view with images, and the other is just a UIImageView
), I would like to make it able to move an image from the scroll view into the UIImageView
), I could successfully recognize and move the image from the scrollView, but the problem is when the movement goes out of the scrollView the image dropped disappears behind and could not reach the road to the imageView.
any suggestions please?