Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6345723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:52:47+00:00 2026-05-24T20:52:47+00:00

I created an iPhone PDF viewer using Quartz that also has a page-flip animation.

  • 0

I created an iPhone PDF viewer using Quartz that also has a page-flip animation. This works well, but now I’d like to add some more interactive functionality.

In particular, I’d like to add the ability to pop up a menu when the user touches some part of the PDF content. How can I make my PDF display respond to touch events over certain parts of the displayed PDF material?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T20:52:48+00:00Added an answer on May 24, 2026 at 8:52 pm

    It’s pretty easy. Just add a UIGestureRecognizer to your scrollview.
    You may wanna make some calculations to get the correct touch point relative to the pdf.
    I’ve written an pdf iOS framework that does exactly that, you may wanna check it out. There I create the tap recognizers in the ScrollView’s init method:

        UITapGestureRecognizer *singleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(singleTapped:)];
        singleTap.numberOfTapsRequired = 1;
        [singleTap requireGestureRecognizerToFail:doubleTap];
        [self addGestureRecognizer:singleTap];
        [singleTap release];
    

    (Note that I added here the “requireGestureRecognizerToFail:doubleTap” because I also respond to double and tripple taps for zomming)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone already created a PDF document in an iPad app? I see that
I have created an iPhone application. Using this application, I can able to record
I'm trying to write a simple PDF viewer using CGPDFDocument , based on QuartzDemo.
Like many other developers out there, I've created iPhone projects that use a UITabBarController
I created an iPhone application that I want to receive notifications at a custom
I have created an iPhone test application. Also I have integrated SoundCloud with the
I have created an iPhone application based on an OpenGL view. Now I would
I would like to create an iPhone app that can open the google maps
Trying to create my first iPhone app that would play back audio. When I
I'd like to create a basic Hello World style application for the IPhone using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.