1

I have set this two important variable for clickable link, but when I click the content link in the UITextView, Safari doesn't open.

Anybody know what the problem is?

@property (strong, nonatomic) UITextView *attachmentDescription;

{
    self.attachmentDescription.editable = NO;
    self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}
Brian
  • 12,842
  • 7
  • 33
  • 43
Nasri
  • 99
  • 9

0 Answers0