documentInteractionControllerDidDismissOpenInMenu(_:)
Called when a document interaction controller has dismissed its Open In menu.
Declaration
optional func documentInteractionControllerDidDismissOpenInMenu(_ controller: UIDocumentInteractionController)Parameters
- controller:
The document interaction controller that dismissed its menu.
Discussion
You can use this method to remove any additional views or content you placed underneath the Open In menu in your documentInteractionControllerWillPresentOpenInMenu(_:) method.