Contents

documentInteractionControllerDidDismissOptionsMenu(_:)

Called when a document interaction controller has dismissed its options menu.

Declaration

optional func documentInteractionControllerDidDismissOptionsMenu(_ controller: UIDocumentInteractionController)

Parameters

  • controller:

    The document interaction controller that dismissed its options menu.

Discussion

You can use this method to remove any additional views or content you placed underneath the options menu in your documentInteractionControllerWillPresentOptionsMenu(_:) method.

See Also

Presenting the user interface