Making 1 UITableView scroll to the same row as another UITableView
Posted
by Susanna
on Stack Overflow
See other posts from Stack Overflow
or by Susanna
Published on 2010-06-14T17:17:44Z
Indexed on
2010/06/14
17:22 UTC
Read the original article
Hit count: 722
I have 2 UITableViews on my screen.
As the user scrolls 1... I need the other 1 to also scroll to the same row.
I assume I need to find a "tableViewDidScroll" method... and somehow detect a "whichRowIsDisplayed" value... and then set the other tableView to "displayThisSameRow".
I can't find any of those 3 methods that I need.
Help!
© Stack Overflow or respective owner