去除隱式動畫
? UIView.performWithoutAnimation {
? ? ? ? ? ? ?self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
? ? ?}
去除隱式動畫
? UIView.performWithoutAnimation {
? ? ? ? ? ? ?self.tableView?.reloadSections(IndexSet(integer:1), with: .none)
? ? ?}