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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:15:05+00:00 2026-05-27T14:15:05+00:00

I have a UITableView whose cells contain UITableViews that are rotated 90° (so they

  • 0

I have a UITableView whose cells contain UITableViews that are rotated 90° (so they scroll side-to-side), similar to what is explained here:

http://marcanton.io/blog/nested-orthogonal-tableviews/

When I scroll one of the cells to the end (e.g. all the way to the left or right edge of the content) it bounces as expected. But if it’s already at the end and I try to scroll beyond the end of the content (e.g. it’s scrolled all the way to the right and I try to scroll further to the right), it doesn’t bounce at all, and sometimes erroneously interpretes the scroll attempt as a tap.

The same thing happens if I create a UIScrollView that contains another UIScrollView that is rotated by 90°, so it appears to be an issue with nested scroll views, not table views specifically.

I tried subclassing UITableView and overriding all the UIGestureRecognizerDelegate methods like so:

- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer
{
    return YES;
}

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer
{
    return YES;
}

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch
{
    return YES;
}

But that has no effect (other than allowing simultaneous horizontal and vertical scrolling, which I don’t need).

  • 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-27T14:15:06+00:00Added an answer on May 27, 2026 at 2:15 pm

    It has everything to do with the fact that the inner table views are rotated by 90 degrees. The observed behavior with the bouncing (and lack thereof) is entirely consistent with a nested scroll view that scrolls along the same axis as its superview.

    In the UI, the inner and outer table views appear to scroll along different axes, but behind-the-scenes, due to the rotation transform, they are both scrolling along their own respective y-axis. So the system treats them as if they are scrolling along the same axis.

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

Sidebar

Related Questions

I have a UITableView whose cells contain custom ImageViews that asynchronously load the images
I need some help. I have a UITableView that has cells that hold the
I have UITableView that will have several child UITableViews which may also have 1
I have a uitableview with cells whose behavior depends on what: - (UITableViewCell *)tableView:(UITableView
I have UITableView with very large cells with lots of content (more than one
I have a UITableView cell that is going to have a variable size depending
I have a UITableView that displays single large images in each cell. The names
I have a uitableview that loads fairly large images in each cell and the
I am trying to have a tableview that leads to another tableview whose list
I have a UITableView whose data source is an NSMutableArray. The array contains NSMutableDictionaries

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.