iPhone - 从UILabel的链接中删除下划线

时间:2013-05-03 07:11:16

标签: ios iphone hyperlink uilabel tttattributedlabel

我正在使用TTTAttributedLabel(https://github.com/twotoasters/TTTAttributedLabel)。在这里,我正确地为标签添加了一些可点击的文字。

enter image description here

我需要像上面图片中的用户名一样显示我的文字(即没有下划线)。我怎么能这样做?

2 个答案:

答案 0 :(得分:8)

试试这段代码(抱歉格式化,写在手机上......)

NSDictionary *linkAttributes = @{[NSNumber numberWithInt:kCTUnderlineStyleNone] : (id)kCTUnderlineStyleAttributeName};
self.label.linkAttributes = linkAttributes;

答案 1 :(得分:0)

快速4.0

chatcl.c: In function ‘build_fds’:
chatcl.c:37: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:38: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:39: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:41: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:44: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:47: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:48: error: invalid type argument of ‘->’ (have ‘fd_set’)
chatcl.c:49: error: invalid type argument of ‘->’ (have ‘fd_set’)
make: *** [chatcl] Error 1