//使用滑动到最后一个item的方法,最好在viewdidApper中调用
let index = IndexPath.init(row: self.data - 1 , section: 0)
self.scrollToRow(at: index, at: .none, animated: false)
//使用滑动到最后一个item的方法,最好在viewdidApper中调用
let index = IndexPath.init(row: self.data - 1 , section: 0)
self.scrollToRow(at: index, at: .none, animated: false)
本文标题:iOS UiTableVie滑动到底部
本文链接:https://www.haomeiwen.com/subject/yuumnhtx.html
网友评论