我正在开展一个非常有趣的项目,我想扩展它。
我有一个我想要包含的新功能,它需要在一个视图上使用一些tableView。但现在,他们彼此并排,他们需要同时滚动到同一点。
我该怎么做? 我没有找到任何委托方法或属性。
提前致谢, mavrick3。
答案 0 :(得分:1)
使用
- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated
scrollViewDidScroll:
或者UIScrollViewDelegate