【发布时间】:2012-06-19 07:17:36
【问题描述】:
我是 iPhone 开发者的新手,
我已经在我的数据库中插入了这一行,
<b>As individuals it is inherent to differ.</b> <i>Each individual's insurance needs and requirements are different from that of the others.</i> <br>LIC's Insurance Plans are policies that talk to you individually and give you the most suitable options that can fit your requirement.
在此之后,我从 DB 中获取这一行,并将其传递给 UITableView 然后我的表显示
唯一的问题是我不知道如何告诉他它的 HTML 代码。当它看到<br>
那么下一行将在新行上,或者当它看到 <b>words of line</b> 时,文本 words of line 应该在获取时以粗体显示。
有没有可能?
我们将不胜感激。
【问题讨论】:
标签: iphone html database ipad uitableview