带有链接的NSAttributedString

时间:2015-05-22 12:25:32

标签: ios objective-c uilabel nsattributedstring

我在标签中添加了HTML文字

self.label.attributedText = [[NSAttributedString alloc] initWithData:body.toData options:@{NSDocumentTypeDocumentAttribute:NSHTMLTextDocumentType}
                                                   documentAttributes:nil
                                                                error:nil];

问题在于此HTML中有0到n <a href>个标记。我必须使用NSLinkAttributeName使这个链接可以点击,但我不知道如何识别attributedText属性中的链接。

0 个答案:

没有答案