Hi i am trying to implement an application which allows user to click on certain part of the image, for example fish(fins, tails) and navigate to another page of xib to show the content of the parts. Do anyone know how to enable on click to images and pin point the various part for clicking? Please help! Thanks a lot!
P.S. i have found out how to click on the image and able to get the coordinates for the image. How do i use that coordinates in an if statement? For example,
if (location = i) { go this page }
else if (location = a) { go this page }