📜  swift scrollview 滚动到底部 - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:03.460000             🧑  作者: Mango

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