【发布时间】:2014-05-22 07:47:30
【问题描述】:
我需要在我的视图中加载 html 数据,我将从后端收到这些数据,例如:
<h2>Title</h2><br>
<p>description here</p>
如下图所示
我需要编辑视图中的内容,假设添加更多段落并更改字体并将编辑后的内容以 html 格式发送回,并添加段落和字体标签。
我该怎么做呢?我需要它来支持 iOS 5 及更高版本。
【问题讨论】:
标签: html ios ios5 rich-text-editor