去除隐式动画
UIView.performWithoutAnimation {
self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
}
去除隐式动画
UIView.performWithoutAnimation {
self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
}
本文标题:tableview reloadSections 晃动
本文链接:https://www.haomeiwen.com/subject/qakrmltx.html
网友评论