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.
我正在开发一个应用程序。在那个 iam 中使用 uilabels。我的问题是我需要将 html 效果应用于该标签数据。例如,我需要将锚标记添加到该文本。然后我需要使用锚标记那个文本。所以请告诉我如何使用那个文本。
UILabel只支持纯文本。我猜你最好的床是使用UIWebView或直接去CoreText
UILabel
UIWebView
CoreText
阅读下面的评论后,您的意思是这样的吗?您绝对不需要使用 UIWebView 来获得选取框效果。你在网上搜索过吗?使用 UILabel 可以很容易地实现许多稍微不同的效果示例。