I'm trying to set the height of my tableview cell based on the height of an image inside my cell, the cell is rendering properly if I scroll a little up and down otherwise it is not getting updated, I have set all necessary constraint the image view (leading, trailing, top, bottom).
and i'm setting the image in my cellforrowat
I have set rowHeight as UITableViewAutomaticDimension
I have tried these solution
1. aspect constraint
2. dynamic cell height scrolling issues solutions