documentInteractionController(_:didEndSendingToApplication:)
Called when a document interaction controller’s document has been handed off to the specified application.
Declaration
optional func documentInteractionController(_ controller: UIDocumentInteractionController, didEndSendingToApplication application: String?)Parameters
- controller:
The document interaction controller whose document is about to be opened.
- application:
The bundle identifier of the application that is about to open the document. This value corresponds to the value in the
CFBundleIdentifierkey of the application’sInfo.plistfile.
Discussion
This method is called after the document information has been saved for the specified application.