NSUnderlineStyleSingle强调文本的范围

时间:2015-10-09 13:26:32

标签: ios hyperlink nsrange nsmutableattributedstring

我已经实现了mutableattributedtext的下划线,也正确地设置了范围,但它仍然强调超过指定的范围,而是填充它所包含的文本框。

[attributedString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleSingle] range:NSMakeRange(0,[attributedString length])];

我希望这发生。 I want to this type of hyperlink creation But I receive this as a result of the above code

但相反,我得到了这个。

0 个答案:

没有答案