如何在文本视图中显示HTML文本?
例如,
string <h1>Krupal testing <span style="font-weight: bold;">Customer WYWO</span></h1>
假设文本是粗体,所以它在文本视图中显示为粗体字符串,但我希望显示普通文本。这在iPhone软件开发工具包中是可能的吗?
https://stackoverflow.com/questions/2454067
相似问题