I have some HTML, including text and images.
I'm displaying it in a UIWebView
inside a table view cell, so I need to be able to calculate the height of the cell.
Is there any way I can calculate the rendered height without using a UIWebView
first?