滚动到indexPath在tableview上不准确

时间:2017-02-05 02:41:09

标签: ios swift uitableview

我正在尝试滚动到某个部分的顶部:

tableView.scrollToRow(at: IndexPath(row: 0, section: sectionNum), at: .top, animated: true)

但结果不准确:

screenshot

tableview部分标题是动态的:

tableView.sectionHeaderHeight = UITableViewAutomaticDimension
tableView.estimatedSectionHeaderHeight = 180

我在没有动态标题大小的情况下对其进行了测试并且它有效 - 所以这就是问题的原因。

即使我在viewDidAppear中运行滚动它仍然不准确。

知道怎么解决吗?

0 个答案:

没有答案