video of the tableview animation bug
I have a table view which expands/collapse its cells.
As of iOS 11, the tableView starts to behave strangely on insertio
I fixed it by using this code:
self.tableView.beginUpdates() // ... self.tableView.endUpdates() self.tableView.layer.removeAllAnimations()