I am trying to detect a touch event on a PNG image loaded into a UIImageView. I have everything working fine except that the touch is being tested for the bounding rectangle around the image (as expected). What I would like to do is test if the user has selected part of the visible PNG as opposed to the UIImageView itself.
For example if I have a horseshoe image, I want it to only respond to touches when you select the sides and not the center part where nothing is being drawn. I am kind of at a loss on this one, google reveals a number of people with the same issue but not even a hint towards where to begin looking.