QLPreviewController使用基本身份验证从URL加载文档

时间:2015-10-13 14:39:39

标签: ios swift qlpreviewcontroller

我想使用QLPreviewController并从网址加载文件。

我使用此委托函数返回我想要预览的文件的URL:

func previewController(controller: QLPreviewController, previewItemAtIndex index: Int) -> QLPreviewItem

现在我的fileURL受基本身份验证保护,如何将其添加到请求中?

0 个答案:

没有答案