Calling tableView.deleteRows([indexPath], with: .automatic) is removing the cell but without animation. What am I doing wrong?

前端 未结 0 1299
清酒与你
清酒与你 2021-02-10 14:06

Below is the code I call from a delegate closure implemented by the tableview in question.

 DispatchQueue.main.async {
      self.tableView.beginUpdates()
      s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题