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

Adding Images to UIActionSheet buttons as in UIDocumentInteractionController

Is it possible to add an image to the buttons of the UIActionSheet as seen in UIDocumentInteractionController? If so, please …

iphone objective-c uiimage uiactionsheet uidocumentinteraction
Supporting Open In... menu item in my app for iOS Mail And Safari

I need to have my app open documents from the Safari and Mail apps with that "Open In..." thing in …

objective-c ios cocoa-touch uidocumentinteraction
iOS share image AND text to WhatsApp

I have googled, and get some solutions, it seems the only possible way is thru UIDocumentInteractionController. I have found the …

ios share whatsapp uidocumentinteraction
Sharing image to Whatsapp & Facebook

I'm already able to share photos to Whatsapp but the way I do this is by providing Whatsapp option in …

ios objective-c uiactivityviewcontroller whatsapp uidocumentinteraction
How to add event in native IOS Calendar

I want to open native IOS calendar(ical) from my application and add event. Is there any way i can …

ios icalendar uidocumentinteraction
How to use UIDocumentInteractionController?

I have created a program that loads PDF files. I want when the user is editing that they can publish …

ios swift uidocumentinteraction
UIDocumentInteractionController for Open In menu - Doesn't Work

I implemented a UIDocumentInteractionController to send files to other apps. The file is a .txt file. Here's the code: UIDocumentInteractionController *…

ios ios5 uidocumentinteraction
Opening a file by UIDocumentInteractionController

I am using UIDocumentInteractionController for opening documents in my app. I have used method below for previewing the PDF file:…

ios uidocumentinteraction
DocInteraction sample code (UIDocumentInteractionController) broken on iOS 4.3 simulator

The DocInteraction sample code made available by Apple at http://developer.apple.com/library/ios/#samplecode/DocInteraction/Introduction/Intro.html (…

ios iphone ipad uidocumentinteraction