How to detect tap on small nearest buttons in iOS?
I need to build an app in which there is an image. On image there are many points where user can tap and depend upon that location of tap we need to take input. Tap locations are fixed. User can zoom image. Detect multiple taps. (Single tap, double tap, etc.) Biggest problem we are facing is there are too many points near to each other. So if we tap on one point we are getting other points clicked. Following is the image according which I need to work on. I need to detect tap on all red dots and take decision based upon that. That red dots will not be visible to user. What I have tried is