使用autolayout计算UITableViewCell中的UIWebView高度

时间:2015-03-20 03:04:59

标签: ios uiwebview autolayout

我尝试关注www.raywenderlich.com网站上的自动布局,并希望计算UITableViewCell 身高

但是,UIWebView身高在完成使用UIWebViewDelegate加载html内容之前不会计算。

在这种情况下,我UITableViewCell的身高总是错误的。遵循UITableViewDelegate方法

- tableView:heightForRowAtIndexPath:
- tableView:estimatedHeightForRowAtIndexPath:

我想知道如何计算UITableViewCellUIWebView身高

感谢。

0 个答案:

没有答案
相关问题