Swift UIDocumentInteractionController无法启动以预览我的文件

时间:2019-07-02 12:08:28

标签: ios swift

我的情况是,我正在本地存储一些文件,并获得分配UIDocumentInteractionController文件路径的路径,但是UIDocumentInteractionController没有打开。

下面的我的代码

func filepreview(filepath: String) {
        let dc = UIDocumentInteractionController(url: URL(fileURLWithPath: filepath))
        dc.delegate = self
        dc.presentPreview(animated: true)
    } 
  

警告:尝试在    其视图不在窗口中   等级!

0 个答案:

没有答案