views:

114

answers:

0

I am using the two image view animated using UIView animation. And checking the collision between them by performselector method. Once collision detected we stop the animation and set the images to collide location. But some time one image goes some distance ahead and then detect the collision and set back to the exact collision location. So pl help me to detect the collision once uiimage view is in the frame of another image view.