When invoke tableview's function scrollToRow the indexPath changed

前端 未结 0 1588
灰色年华
灰色年华 2020-12-01 12:15

Like below code:

let indexPath = IndexPath(row: 1, section: 0)
tableView.scrollToRow(at: indexPath, at: .top, animated: true)

Whether have a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题