Hi everybody, I have a question not so easy to explain. I try and sorry for my bad english
I have 2 UIImageViews which size are 50x50 and 60x60 pixel.
I use CGRectIntersectRect method to determinate when one image touches the other. but these 2 images are 2 balls and sometimes code determinates that these images are touching themselves when "with your eyes" you can see they don't touch. This happens because balls don't "cover" all spaces of image. so same corners of images are clear, but of course code doesn't matter about this.
The question is: how can I solve? how can I determinate frame of images that follow perfectly the circonference of balls?
I hope it's clear.
Thanks to all,
hello