Basic question – I have a UIWebView with a pdf document loaded.
How can I add drawing objects (eg. a symbol) to this UIWebview’s scrollView layer.
Cheers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found that by accessing the UIWebViews UIScrollView using
I can add objects to this layer. In combination with Mithin’s solution for hooking onto Tap-events, it allows full control of the content …