UITableView scrollToRow是动画的,而动画参数是false

时间:2016-09-17 07:40:53

标签: ios iphone uitableview animation swift3

我有一个包含大量(约12000个)项目的UITableView。 我使用scrollTo跳转到书签:

line = 1234 // bookmark address
let index = NSIndexPath(row: line, section: 0)
tableView.scrollToRow(at: index as IndexPath, at: .top, animated: false)

关键是这个卷轴有时带有动画,有时没有!

0 个答案:

没有答案