クリック可能なリンクにこの 2 つの重要な変数を設定しましたが、 のコンテンツ リンクをクリックしてもUITextView
Safari が開きません。
誰が問題が何であるか知っていますか?
@property (strong, nonatomic) UITextView *attachmentDescription;
{
self.attachmentDescription.editable = NO;
self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}