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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:57:41+00:00 2026-05-29T07:57:41+00:00

I have a screen with two views : An UITableView (tableView) on the right

  • 0

I have a screen with two views :

  • An UITableView (tableView) on the right hand side, that takes half of the screen
  • An UIView (controllerView) on the left hand side that takes the other half of the screen

Here’s an example

Tranfer Scroll to TableView

I’d like the left view to “control” the UITableView : when the user scrolls from top to bottom, it should scroll the UITableView from top to bottom, as if the user would have made the same gesture but with a right offset.

I’ve found a similar question, but no answer.

  • 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-29T07:57:42+00:00Added an answer on May 29, 2026 at 7:57 am

    Add touches handling methods to your Control View (controllerView)

    - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    

    https://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/MultitouchEvents/MultitouchEvents.html

    Calculate change of Y coordinate of touch and scroll tableView with

    - (void)scrollRectToVisible:(CGRect)rect animated:(BOOL)animated
    

    method.

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

Sidebar

Related Questions

I have two views, one view takes the whole screen, the second view covers
I have two views that take the whole screen and I want to display
How can you combine two windows in Screen? I have two windows such that
I have a simple application with two views, one is a TableView and the
This is not for multiple iAds displayed on one screen. I have two views,
I have a viewSwitcher containing two views. Is it possible that when I am
I have a screen with two RadioButtonField objects. By default, the first RadioButtonField shows
Suppose I have two fingers touching iPhone's screen but just one is moving. TouchesMoved
I'm trying to draw two sprites on the same screen. I have defined the
I have two screens on my app that I want to present to users,

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.