UITextView的链接点击,但是当我点击它,Safari浏览器无法打开(UITextView l

2019-10-17 21:58发布

我已经为可点击的链接这两个重要的变量,但是当我点击的内容链接UITextView ,Safari浏览器无法打开。

任何人都知道是什么问题?

@property (strong, nonatomic) UITextView *attachmentDescription;

{
    self.attachmentDescription.editable = NO;
    self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}
文章来源: UITextView link is clickable, but when I click it, Safari doesn't open