我为可点击链接设置了这两个重要变量,但是当我点击UITextView
中的内容链接时,Safari无法打开。
有人知道问题是什么吗?
@property (strong, nonatomic) UITextView *attachmentDescription;
{
self.attachmentDescription.editable = NO;
self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}