如何使用可点击链接在Swift上呈现HTML?

时间:2016-12-13 20:37:27

标签: html swift webview render

我正在尝试使用此代码:

let attrStr = try! NSAttributedString(
            data: contentLabel.dataUsingEncoding(NSUnicodeStringEncoding, allowLossyConversion: true)!,
            options: [ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType],
            documentAttributes: nil)

它以HTML格式正确呈现,但链接无法正常工作。

我做错了什么?

0 个答案:

没有答案