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