Top "Uidocumentinteraction" questions

A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system

Open in + UIDocumentInteractionController : how to filter options in SDK iOS 6 (canPerformActions is deprecated)

Since the new SDK was release (iOS 6), the delegate method documentInteractionController:canPerformAction: of the UIDocumentInteractionControllerDelegate is deprecated. Using that method …

iphone ios ipad ios6 uidocumentinteraction
Swift: UIDocumentInteractionController is not working?

UIDocumentInteractionController is not working with large pdf files with multiple pages. Here in my code, var docController:UIDocumentInteractionController! ... DispatchQueue.main.…

ios swift uidocumentinteraction
UIActivityViewController vs UIDocumentInteractionController in ios

I just read some articles on UIActivityViewController and UIDocumentInteractionController in iOS, but I am very confused about how to use …

ios iphone sharing uiactivityviewcontroller uidocumentinteraction
UIDocumentInteractionController stopped working iOS 8

I have a PDF file saved in the document directory. The path to the file is stored in a NSString …

ios objective-c uiactivityviewcontroller uidocumentinteraction
Instagram open UTI directly

I recently stumbled upon the following interesting feature: Instagram iPhone Hooks I was wondering if one is able to open …

objective-c ios ios4 uidocumentinteraction instagram
UIDocumentInteractionController "invalid scheme (null)"

I'm trying to preview a document with UIDocumentInteractionController. The document is an .xls file which my app downloads from the …

ios excel nsdata preview uidocumentinteraction
UIDocumentInteractionController adding custom actions to menu (eg email, save to photos)

I've started using UIDocumentInteractionController for a new app but I'm wondering how to add additional actions to the action menu …

objective-c ios cocoa-touch menu uidocumentinteraction
Change color of UIDocumentInteractionController nav bar

Is there a way to change the tint/background color of UIDocumentInteractionController navigationbar?

objective-c xcode ios4 uidocumentinteraction