Getting current mouse pointer position in IKImageView

287 Views Asked by At

I am using IKImageView to display the image. I need to add a note when releasing the mouse pointer that has shown in below image. How can i get the x and y position when i release the mouse after drawing?

when i click the draw function "[_imageView setCurrentToolMode: IKToolModeAnnotate];" this wil execute.

enter image description here

0

There are 0 best solutions below