I am fighting with auto layout in iOS. I want to make the label in the picture above change the height of the cell and expand to show all text in the label. By default it is set to 3 lines and truncate tail for wrapping.
I have UITableViewAutomaticDimension set and estimatedHeightRow set as well. I tried to change label lines to 0 and call sizeToFit() however it did not work as expected (label remains unchanged).
Also picture in the screenshot might be available or not depending on the response from the server and it may be removed from the superview.
Any ideas? What am I missing?
UPD: Below are constraints for the label, see more button and image.