Swift: UIDocumentInteractionController is not working?
问题 UIDocumentInteractionController is not working with large pdf files with multiple pages. Here in my code, var docController:UIDocumentInteractionController! ... DispatchQueue.main.async (execute: { [weak self] in self?.docController = UIDocumentInteractionController(url: pdfFileURL!) self?.docController.delegate = self self?.docController.name = pdfFileURL?.lastPathComponent self?.docController.presentPreview(animated: true) }) and delegate method, func