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
  • 14,610
  • 7
  • 35
  • 43
Nasri
  • 99
  • 10

0 Answers0