I\'m actually trying to make the image view height dynamic
I have tried UITableViewAutomaticDimension
UITableViewAutomaticDimension
in the cell class I have set the image\'s dyna
Well, you can't achieve the dynamic height of cell with UITableViewAutomaticDimension on the basis of image's constraints.
BUT image's height and width can help you in this. There is a plenty of help regarding this issue is available in following answer:
Dynamic UIImageView Size Within UITableView