Detect touches within UIScrollView and CATilerLayer

256 views Asked by At

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.

1

There are 1 answers

2
SushiGrass Jacob On

Have you tried - (CGPoint)locationInView:(UIView *)view ? If you put the view that the PDF is in, it should work…