1

クリック可能なリンクにこの 2 つの重要な変数を設定しましたが、 のコンテンツ リンクをクリックしてもUITextViewSafari が開きません。

誰が問題が何であるか知っていますか?

@property (strong, nonatomic) UITextView *attachmentDescription;

{
    self.attachmentDescription.editable = NO;
    self.attachmentDescription.dataDetectorTypes =UIDataDetectorTypeLink;
}
4

0 に答える 0