tableview reloadSections 晃动
2021-07-20 本文已影响0人
需要药
去除隐式动画
UIView.performWithoutAnimation {
self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
}
去除隐式动画
UIView.performWithoutAnimation {
self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
}