The thing is i am making a request that brings me back some images with different height that i want to autoresize each cell according to each image, but when i paint them in the tableview, show wrong cell height ias all of them has same size, until i scroll them. The matter is that i had put UITableViewAutomaticDimension, estimate, autolayout constraints are ok.. and so on. But as images are receiving 2 or 3 secs after tableview has been loaded, i cannot refresh tableview nor reload it.
Any idea how can i fix this problem?