I have a UITableView that displays single large images in each cell. The names of the images are stored in a plist. I would like to adjust the hight of each cell to accommodate the height of the image.
Does anyone know of a way to get the height for an image and use it to set the row height?
I’m having trouble finding this one and really appreciate any help.
Here is the code that actually worked. I put it under the heightForRowAtIndexPath method.
Just using:
as Jason recommended did not work for some reason. But he got me on the right track.