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 8629615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:51:09+00:00 2026-06-12T08:51:09+00:00

Deployed project using UITableView for display of images. Upgraded to xCode 4.5, suddenly my

  • 0

Deployed project using UITableView for display of images.
Upgraded to xCode 4.5, suddenly my UITableView no longer scrolls.

This occurs both on the device and on the simulator with iOS 5.0 -> 6.0

Additionally, I have found that I can no longer set the number of minimum touches for the PanGestureRecognizer programmatically.
Other StackOverflow ticket
In fact, a Zombie analysis reveals that the recognizer has been released. This could definitely explain the above behavior. My attempt to set the recognizer is as follows and crashes.

UIPanGestureRecognizer* pgr = [imageTableView panGestureRecognizer];
[pgr setMinimumNumberOfTouches:2];
[pgr setMaximumNumberOfTouches:2];

Is anyone else seeing this issue?

  • 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-06-12T08:51:10+00:00Added an answer on June 12, 2026 at 8:51 am

    I had a similar problem when moving to iOS6/XCode 4.5. It seems that the UIPanGestureRecognizer now steals touches from underlying UIScrollViews or UITableViews.

    I found a work around for this in the post below. It’s not the top rated answer, so I’ll re-paste the content below as well:

    iphone – UIGestureRecognizer prevents UITableView from scrolling in Xcode 4.5

    I had the same issue: I used to drag my TabGestureRecognizer directly onto the storyboard instead of creating them through code. With iOS6 this now seems to break scrolling.

    I prefer adding views, gestures, etc directly onto the storyboard instead of through code.

    You can still do this but with two changes:

    1) Referencing Outlet Collections
    Right-click the GestureRecognizer which is visible to you within the scene’s dock.
    Clear the section Referencing Outlet Collections

    2) Attach the GestureRecognizer to the related view through code

    Create an outlet for your GestureRecognizer
    Add the following line within the viewDidLoad method:

    [self.tableView addGestureRecognizer:_tabGesture];

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

Sidebar

Related Questions

In the project I am working I have deployed a SOAP server using Deployment
Our project is in Jetty server and work completely then this project is deployed
I just created a new project in MVC3 using EF4 code first deployed on
I am used to using Tomcat/Log4J for my logging. My current project is deployed
For an iOS project I'm using GAE (Java stack) to store the user's device
I am using Eclipselink 2.3.0 in a new project that is deployed in Glassfish
I am using weblogic 8 in my project. My deployed folder is accessed by
I'm supporting some project, built using ADF (using JDeveloper 11.1.2.2.0) and deployed to Tomcat
I setup a company maven repository using artifactory. I deployed a project of us
I am using Hibernate 3.6.8.Final as part of a project deployed in JBoss 4.3

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.