I have a table view with cells that have a webView in them, I want the height of the cell to match the height of the webView.
This is the code I use:
Implement the UITableview delegate heightforrowatindexpath to return the webview frame height.