Hi,
I use a UIPanGestureRecognizer to move 6 image(UIImageViews) on the screen, I was wondering how to detect a collision with another image(non-moving/fixed) on the screen so that code is run. The code is different for each of the 6 images. I also am wondering how to move the object smoothly using animations back to the starting position.
Thanks,
ahan.tm
I use a UIPanGestureRecognizer to move 6 image(UIImageViews) on the screen, I was wondering how to detect a collision with another image(non-moving/fixed) on the screen so that code is run. The code is different for each of the 6 images. I also am wondering how to move the object smoothly using animations back to the starting position.
Thanks,
ahan.tm
Last edited: