Search code examples
iphoneobjective-ciosipad

iOS - Disable UIDocumentInteractionController options button


Quick question. Does anyone know if there is a way you can disable the UIDocumentInteractionController from presenting the menu to open the document in a different application? (The button in the top right) Or at least hide that button? I thought I remembered seeing that you could do that somewhere....

ie. Is there like a docController.menuButton.hidden = YES or something like that?

Thanks.


Solution

  • I think you need to look at a Quick Look controller, not a UIDocumentInteractionController.