Async image set to cell with dynamic height bug
问题 I'm experiencing bugs with my application when I'm trying to download and set an image async to a cell with dynamic height. Video of the bug: https://youtu.be/nyfjCmc0_Yk I'm clueless: can't understand why it happens. I'm saving the cell heights for preventing jumping issues and stuff, I do even update the height of the cell after setting the image. func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { var post : Post var cell : PostCell post = Posts