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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:22:44+00:00 2026-06-02T16:22:44+00:00

I noticed an strange issue with my application that only occurs on the iPhone

  • 0

I noticed an strange issue with my application that only occurs on the iPhone 3G and iPhone 3GS. I am creating a scroll view with two pages. On the second page of the scroll, when you try to scroll the picker, it is very unresponsive. It kinda appears that my application can’t distinguish between the scrolling of the picker and the scrolling of the scrollview, because sometimes you scroll up and it goes to the left.

Please keep in mind, this works great on the iPhone 4 and iPhone 4S.

Has anyone ran into this problem before or any idea of what is actually going on?

  • 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-02T16:22:45+00:00Added an answer on June 2, 2026 at 4:22 pm

    Apparently the UIScrollView and UIPickerView cause problems if used together. However, this only occurred on the iPhone 3 and iPhone 3GS.

    The solution was to subclass UIScrollView and implement the following method.

    - (UIView *)hitTest:(CGPoint)point 
             withEvent:(UIEvent *)event
    {
        UIView *result = [super hitTest:point withEvent:event];
    
        if ([result.superview isKindOfClass:[UIPickerView class]]) {
            self.canCancelContentTouches = NO;  
            self.delaysContentTouches = NO;
        }
        else {
            self.canCancelContentTouches = YES;
            self.delaysContentTouches = YES;
        }
        return result;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After upgrading our web application to .NET 3.5 we noticed a strange issue with
I have a very strange issue that only affects webkit browsers for some reason,
I am profiling an iPhone app and I noticed a strange pattern. In a
I have noticed that there are strange requests to my website trying to find
I have noticed a strange thing that happens on my web app when the
I am creating a responsive website, and have just noticed a strange behaviour in
Since switching to Windows 7, we've noticed that several of our web pages have
I noticed something odd today. I have an application that writes/read data to a
I've noticed a strange issue with how Chrome handles javascript focus event. The fact
I am having a strange issue with the developer documentation (which i have only

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.