Hi there,
i faced a problem with image dragging. Same problem that i have is in apple's example Touches. The problem is that when you drag one image and check position you lost object that you were dragging.
Question: how drag to object (in my case image - UIImageView) and don't react to other images while dragging? In given sample - how to drag 1 image without touching any other image until touches ends?
i faced a problem with image dragging. Same problem that i have is in apple's example Touches. The problem is that when you drag one image and check position you lost object that you were dragging.
Question: how drag to object (in my case image - UIImageView) and don't react to other images while dragging? In given sample - how to drag 1 image without touching any other image until touches ends?