uilabel 或 uitextview 中的超文本

发布于 2025-01-07 16:55:39 字数 71 浏览 2 评论 0原文

有没有办法在 UILabelUITextView 的文本中制作超文本?

Is there any way to make a hypertext in the text for UILabel or UITextView?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

自由如风 2025-01-14 16:55:39

使用 UITextview 很容易做到。您可以为 UITextview 设置数据检测器类型。

textView.dataDetectorTypes = UIDataDetectorTypeLink;

It is easy to do with UITextview. You can set the datadetectortype for UITextview.

textView.dataDetectorTypes = UIDataDetectorTypeLink;
层林尽染 2025-01-14 16:55:39

您可以在标签或文本视图上设置任何操作,不要忘记选中“用户交互启用”,使其透明,并在其上打开链接!

You can set any action on lable or textview, don't forget to check "User Interaction Enabled", make it transparent, and open a link on it!

香橙ぽ 2025-01-14 16:55:39

截至目前,我尝试通过在标签上提供手势来尝试 UILabel 超链接,但从未尝试过 UITextView。但更方便的方法是提供一个带有简单操作方法的按钮。更多详细信息可能对您的工作有用 从NSString。

As of now I tried for UILabel hyper link by providing gesture on label and never tried for UITextView.But more convenient way is providing a button with an action method that is easy way.some more details may useful for your work hyperlink providing from the NSString.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文