uilabel 或 uitextview 中的超文本
有没有办法在 UILabel
或 UITextView
的文本中制作超文本?
Is there any way to make a hypertext in the text for UILabel
or UITextView
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 UITextview 很容易做到。您可以为 UITextview 设置数据检测器类型。
It is easy to do with UITextview. You can set the datadetectortype for UITextview.
您可以在标签或文本视图上设置任何操作,不要忘记选中“用户交互启用”,使其透明,并在其上打开链接!
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!
截至目前,我尝试通过在标签上提供手势来尝试 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.