我现在有个控制器,里面有个tableviewA,tableviewA里有个tableviewB。 我现在滑动tableviewA,滑一定的距离之后,我想把这个滑动手势传递给tableviewB。也就是tableviewB开始滑动了。
漂亮男人2017-05-02 09:20:28
Listen to the scroll position of tableViewA, and call the scroll method of tableViewB, scrollToIndexpath
after reaching the corresponding position.