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