Need to display data from a single datasource into two different tables arranged just like columns. Here if first uitableview loads upto row 10 the next uitableview should start from row 11 and also if first uitableview scrolls the next uitableview should autoscroll the data based on the first one.
|
feedback
|
|
Well for loading your tables you can use Now, about scrolling tables together. I've tried several methods but I succeed with this one:
But here what will happen is when you're done scrolling one table, your second table will start scrolling. If you need simultaneous scrolling, I tried | |||||||||||
feedback
|