iOS Question Simplest way to get X Y of touch event on ImageView on iOS

pierpa

Member
Licensed User
Longtime User
Hello,

I have a simple app with a simple ImageView control.

On touch (click) event I want to get the X and Y of the touch/click event.

Beside this target, I also have an XML file that has poly regions of this ImageView, maybe there is also a library to get directly the touchd/clicked zone.

What is the simplest way to get the touched zone of my ImageMap?

Thanks a lot
 
Top