open PDF URL in iOS 8?
问题 I have write this code to show pdf using UIDocumentInteractionController.But,I don't know how to search pdf at local directory and open in iOS 8 and below..Any help? let filename = history.invoiceLongDate // 01223642 if !filename.isEmpty{ let paths = NSSearchPathForDirectoriesInDomains(.DocumentDirectory, .UserDomainMask, true) let docs = paths[0] let pathURL = NSURL(fileURLWithPath: docs, isDirectory: true) if #available(iOS 9.0, *) { let fileURL = NSURL(fileURLWithPath: "\(filename)_my