Hello everyone,
I have a question. In the MyLocation app, we put a imageView in a tablecell and making a imageHeight for dynamically adjust the height of the imageView, but I didn’t see any alternations made on the tableview cell. Does it mean the height of a tablecell depends on the height of its content. In this case, the height of imagView is adjusted to 260 in runtime, this tablecell will be automatically resized to fit this imageView? Many thanks!