我已经为可点击的链接这两个重要的变量,但是当我点击的内容链接UITextView
,Safari浏览器无法打开。
任何人都知道是什么问题?
@property (strong, nonatomic) UITextView *attachmentDescription;
{
self.attachmentDescription.editable = NO;
self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}