多个tableviews scrollToTop问题

时间:2014-08-19 07:02:59

标签: ios uitableview uiscrollview

我有一个scrollView,其中包含两个嵌入式tableView。放置这些中的每一个使得当我分别向左和向右滚动时它们被显示。我还有两个按钮,如标签,切换到相应的tableView

我想点击状态栏时tableviewscrollToTop。我引用了这个stackoverflow answer并尝试了以下解决方案:

点击按钮A 或滚动到 tableViewA 时:

tableViewA.scrollsToTop = YES;
tableViewB.scrollsToTop = NO;
scrollView.scrollsToTop = NO;

同样为 tableViewB 实施。

scrollToTop运行正常。问题是,有时,当我从 tableviewA scrollToTop时,会出现 tableViewB ,反之亦然。

请提供您宝贵的建议或解决此问题的方法。谢谢!

0 个答案:

没有答案