Contents

documentInteractionControllerDidEndPreview(_:)

Called when a document interaction controller has dismissed its document preview.

Declaration

optional func documentInteractionControllerDidEndPreview(_ controller: UIDocumentInteractionController)

Parameters

  • controller:

    The document interaction controller that dismissed its document preview.

Discussion

This method is called after the view containing the document preview has been removed from the application’s key window. You can use this notification to remove any interface elements you set up behind the preview elements.

See Also

Presenting the user interface