I have a UIImageView (in UITableViewCell) which gets image from URL. Obviously, it takes some time to load image from the URL.
I want to get the image size after the image finished loading and set the cell height to the height of image. But I cant get the image height after its loaded and all constraints are applied.
Please help.