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

  • Home
  • SEARCH
  • 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 6997985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:21:11+00:00 2026-05-27T20:21:11+00:00

There is a new View Controller in iOS 5: UIPageViewController which supports to turn

  • 0

There is a new View Controller in iOS 5: UIPageViewController which supports to turn page like iBook. But there is a problem to support zoom in/out page.

Then I add a scrollview to RootViewController’s view. And add UIPageViewController’s view as a subview of this scrollview. Then the zoom in/out works in both portrait and landscape mode. But another problem arise. After I zoom in the view, the page turning gesture doesn’t work anymore. I think this may because of the conflict between scrollview’s gesture and pageview’s gesture.

I noticed that there is a statement like this:

self.view.gestureRecognizers = self.pageViewController.gestureRecognizers;

So I change it to:

self.scrollView.gestureRecognizers = self.pageViewController.gestureRecognizers;

But it crashes, the error message is something like:

* -[UIScrollViewPanGestureRecognizer setMaximumNumberOfTouches:]: message sent to deallocated instance 0x6b80150

Any idea? Thanks

  • 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-27T20:21:12+00:00Added an answer on May 27, 2026 at 8:21 pm

    Nonono, setting the gestureRecognizers to another array is really bad. It’s just exposed so you can tweak them, but don’t replace the whole array.

    If you disable bouncing then the page turn works most of the time.

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

Sidebar

Related Questions

I'm new to Objective-C and iOS development, but I was wondering if there was
Is there a way to achieve the iTunes style modal view controller chain (see
I have a root view controller which contains an outlet for my login view
I'm still very new to iOS developing. In fact, if there is a super
I have a split view controller in which the detail view has a button
Is there a way to pop the view controller when the user switches tabs?
I am trying to push in a new view controller with the code: [self.navigationController
Is there a convenient way to generate code from any new view controllers I've
I'm trying out the new Storyboard feature in iOS 5/XCode, but I can't get
First off, I am completely new to iOS development, so I hope there is

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.