📅  最后修改于: 2022-03-11 15:01:03.460000             🧑  作者: Mango
let indexPath = IndexPath(item: noOfRows, section: 0)
yourTableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.bottom, animated: true)