Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个 HTML 字符串,我将 UIWebview 的宽度固定为 x。
有没有办法在加载 html 字符串之前计算UIWebview 的高度?
编辑:
甚至在创建 UIWebView 对象之前。
不,您需要一个加载了内容的 UIWebview 来计算内容的高度。