I'm playing around with UIKit dynamics, I have two UIImageViews with an UICollisionBehavior, it's delegate is fired when the two views collide, the problem is, if the image is a circle the frame is a square and even the frames are colliding that's not what I really want.
How the collision is detected:
How I want to be detected:
Is there a workaround to achieve this?. Thank you in advance.
UPDATE: The images aren't circles, so I'll probably have to use UIDynamicItemCollisionBoundsTypePath and transform my UIImage to a UIBezierPath