A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system
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 uidocumentinteractionUIDocumentInteractionController is not working with large pdf files with multiple pages. Here in my code, var docController:UIDocumentInteractionController! ... DispatchQueue.main.…
ios swift uidocumentinteractionI just read some articles on UIActivityViewController and UIDocumentInteractionController in iOS, but I am very confused about how to use …
ios iphone sharing uiactivityviewcontroller uidocumentinteractionI have a PDF file saved in the document directory. The path to the file is stored in a NSString …
ios objective-c uiactivityviewcontroller uidocumentinteractionI recently stumbled upon the following interesting feature: Instagram iPhone Hooks I was wondering if one is able to open …
objective-c ios ios4 uidocumentinteraction instagramI'm trying to preview a document with UIDocumentInteractionController. The document is an .xls file which my app downloads from the …
ios excel nsdata preview uidocumentinteractionI'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 uidocumentinteractionIs there a way to change the tint/background color of UIDocumentInteractionController navigationbar?
objective-c xcode ios4 uidocumentinteraction