📜  UITableview 快速滚动到底部 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:08.885000             🧑  作者: Mango

代码示例2
let indexPath = IndexPath(item: noOfRows, section: 0)
yourTableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.bottom, animated: true)