我使用 UIWebview 撰写电子邮件的
内容 UIWebview 包含内容:
<html>
<body>
<div id="content" contenteditable="true" style="font-family: Helvetica; margin-top:15px;">
</div>
</body>
</html>
我需要处理事件内容 UIWebview 更改以调整 UIWebview 框架的大小吗?