I have two imageViews imageView1 and imageView2. I have given gestureRecognizer to move these both images. Now the problem is when i move first imageView near second imageView only second image view is displayed. But when i put first imageView on another image the first imageView should be displayed on the second imageView which is not happening.Can any body please tell me how can the first imageView gets view on the top of another imageView.
I have two imageViews imageView1 and imageView2. I have given gestureRecognizer to move these
Share
Why dont you use something similar like this to drag your UIImageViews?
//—EDIT—//
Added: cliptobounds in viewdidload