UITableView如何制作可点击的链接
谁能给我指出如何做到这一点的方向吗?我制作了一个推特应用程序,我想打开用户时间线中的链接。我已经获取了有关如何在 webvie 中打开链接的代码,但我不知道如何使链接可点击。
任何帮助将不胜感激。
预先感谢
迈克
could anyone point me in the direction on how to do this please? i have made a twiter app which i would like to open links from the users timeline. i have sourced the code on how to open the link in my webvie but i do not know hot to make the links clickable.
any help would be appreciated.
thanks in advance
mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这就是您所需要的: http://furbo.org/2008/10 /07/fancy-uilabels/
更多信息是这样的讨论:创建可点击的“链接” " 在 UILabel 的 NSAttributedString 中?
I believe this is what you need: http://furbo.org/2008/10/07/fancy-uilabels/
More infos is this SO discussion: Create tap-able "links" in the NSAttributedString of a UILabel?