>  Q&A  >  본문

ios - UIDocumentInteractionController 创建就crash有大侠么?

打开服务器文件,

NSURL *fileURL = [NSURL URLWithString:_newsModel.fileLink];
if (fileURL) {
        self.doucmentVC = [UIDocumentInteractionController interactionControllerWithURL:fileURL];//这句就crash 
        self.doucmentVC.delegate = self;
    }

崩溃信息

已经把控制器作为属性了,链接也正常,放在浏览器上可以打开,为什么会crash了呢?

PHP中文网PHP中文网2741일 전444

모든 응답(1)나는 대답할 것이다

  • 高洛峰

    高洛峰2017-04-18 09:56:14

    로컬 파일의 URL이어야 합니다

    회신하다
    0
  • 취소회신하다