How can i detect the touch (x,y) of my pdf rendered in the ScrollView. To be clear: I want the x,y of the pdf not of the screen.
Hope someone knows this...
Thanks.
How can i detect the touch (x,y) of my pdf rendered in the ScrollView. To be clear: I want the x,y of the pdf not of the screen.
Hope someone knows this...
Thanks.
Have you tried -
(CGPoint)locationInView:(UIView *)view
? If you put the view that the PDF is in, it should work…