您现在的位置是:首页 > 文章详情

【Swift】UITableViewCell 中 TTTAttributedLabel 超链接无法点击的问题

日期:2017-12-03点击:576

代码:

在 UITableViewCell 中

1
2
3
4
5
6
7
8
9
10
11
override  func  gestureRecognizer ( gestureRecognizer UIGestureRecognizer shouldReceiveTouch  touch UITouch ) - >  Bool  {
     if  let  label  touch . view  as TTTAttributedLabel let  link  label . linkAtPoint ( touch . locationInView ( label ))?. result  {
         if  let  url  link . URL  where  ( link . numberOfRanges  ??  0 >  0  {
             if  UIApplication . sharedApplication (). canOpenURL ( url ) {
                 UIApplication . sharedApplication (). openURL ( url )
             }
         }
         return  false
     }
     return  true
}

文章:

https://github.com/TTTAttributedLabel/TTTAttributedLabel/issues/266

【Swift】TTTAttributedLabel使用小记

本文转自博客园农民伯伯的博客,原文链接:【Swift】UITableViewCell 中 TTTAttributedLabel 超链接无法点击的问题,如需转载请自行联系原博主。



原文链接:https://yq.aliyun.com/articles/327385
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章