我需要从 web url 打开一个文件并使用 UIDocumentInteractionController 在设备中安装的其他应用程序中打开
var 控制器:UIDocumentInteractionController?
self.controller? = UIDocumentInteractionController.init(URL: (NSURL(string: self.filesUrl))!)
在哪里 self.filesUrl = self.filesDetailArrayResponse.valueForKey("url")
!NSArray
来自json响应
但self.controller
返回零值