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
A partial fix that is working for me is setting estimatedRowHeight to a large number.
estimatedRowHeight
tableView.estimatedRowHeight = 1000