我的情况是,我正在本地存储一些文件,并获得分配UIDocumentInteractionController文件路径的路径,但是UIDocumentInteractionController
没有打开。
下面的我的代码
func filepreview(filepath: String) {
let dc = UIDocumentInteractionController(url: URL(fileURLWithPath: filepath))
dc.delegate = self
dc.presentPreview(animated: true)
}
警告:尝试在 其视图不在窗口中 等级!