uidocumentinteraction Questions
0
I use the UIDocumentInteractionController to present an image full screen and since upgrading to xcode 13, iOS 15 devices have white and translucent navigation bars when doing [_documentInteraction...
Barrada asked 9/2, 2022 at 7:41
4
Solved
I have created a program that loads PDF files. I want when the user is editing that they can publish the file anywhere in PDF format.
Do I use UIDocumentInteractionController or use UIActivityView...
Crossfertilize asked 30/1, 2018 at 6:40
2
Solved
I am using the UIDocumentInteractionController to display PDF files. My files are stored in the filesystem using encoded filenames that are not user-friendly. I do have access to a more friendly na...
Scalenus asked 12/10, 2012 at 8:47
1
In my app I'm having files download open. Everything is done perfectly, But Problem is Files like zip,rar, tar files getting download but those files won't show up after completing download. Here i...
Castello asked 17/5, 2017 at 9:2
3
Solved
I'm integrating sharing images through instagram in my app. I've read their documentation.
It seems that I need to use the iOS UIDocumentInteractionController to allow this (I understand that it ...
Scratchboard asked 20/5, 2013 at 10:45
6
Is there a way to change the tint/background color of UIDocumentInteractionController navigationbar?
Sheugh asked 28/7, 2011 at 6:45
7
How to change the background color and text color of done button? Is there a way that I can change the navigationbar color and navigation bar title color and bottom bar color also? Attached screens...
Lankford asked 2/3, 2017 at 7:15
4
I have implemented UIDocumentInteractionController in my app for showing open in options. It's working fine on iOS8 devices, but in iOS7 when I open my PDF in the mail from options. It opens mail c...
Trench asked 16/4, 2015 at 10:54
4
Solved
I am currently developing an application specifically for iOS7 that utilizes UIDocumentInteractionController open in menu and need a method that notifies me when a user cancels and does not choose ...
Motherofpearl asked 8/2, 2014 at 0:45
0
When clicking the 'share' button in iOS Safari (either from the toolbar, or by long-pressing a link), I would like my app to be visible as an "Open in..." option (eg. "Open in News"), so that my ap...
Aesthetically asked 12/7, 2017 at 20:44
1
Is it possible to share a video on Instagram without saving it to the user's Camera Roll?
this is what i tried so far:
let instagramURL = URL(string: "instagram://app")!
if (UIApplication.shar...
Shumaker asked 15/6, 2017 at 11:31
3
Solved
I have integrated QLPreviewController and UIDocumentInteractionController in my app, and it is working fine.
The only problem is- I want to configure the bottom toolbar, I want to remove the defaul...
Shoelace asked 2/10, 2013 at 18:49
12
Solved
Is it possible to add an image to the buttons of the UIActionSheet as seen in UIDocumentInteractionController? If so, please let me know how it is done.
Propeller asked 25/5, 2011 at 20:28
1
Would it be possible to share a picture to Instagram bypassing the Action Share Sheet?
Please Note that I am aware of the UIDocumentInteractionController and the hooks and in fact it works fine. ...
Sedgewake asked 31/3, 2016 at 23:58
5
I have googled, and get some solutions, it seems the only possible way is thru UIDocumentInteractionController. I have found the result that able to share text ONLY, also found result that share im...
Potomac asked 20/4, 2015 at 7:39
1
I just want to know if there is a way to share a picture AND a text with the UIDocumentInteractionController.
I developed an app which has the functionality to share, and so far I can share pictur...
Asturias asked 28/10, 2015 at 10:48
1
Solved
I want my app to be able to copy files (images, videos, etc..) from other applications throughout iOS, after looking through apples documentation and some online sources I still haven't been able t...
Humphrey asked 8/6, 2016 at 22:21
3
Solved
I have a UIDocumentInteractionController instance (that DOES have a strong reference in my class, I am aware of the memory issues about it) and I want to send a photo file to Instagram.
I saved th...
Desorb asked 14/5, 2013 at 12:32
7
Solved
I create a CSV file and try to send it by e-mail. Displays a window to send mail, but is not filled with the body of the email, and no attached file. Application hangs with this screen:
button "...
Avarice asked 1/9, 2014 at 11:12
1
I am trying to open an ics (Calendar) file within my iOS application.
For debug purposes i have added a ics file to my bundle of a calendar event created within iCal.
I am using UIDocumentInterac...
Liatrice asked 8/1, 2014 at 10:5
5
Solved
I have used UIDocumentInteractionController for sharing the files but it open menu options after 25 seconds in iOS 8 beta 5 and works fine in iOS 7.1.
I have verified the log which I pasted below
...
Zayin asked 27/8, 2014 at 10:5
4
Solved
The UIDocumentInteractionController seems to have trouble interacting properly with the new iOS 7 status bar particularly in landscape orientation. The code I have for displaying the viewer right n...
Horsetail asked 18/10, 2013 at 11:17
3
I'm having an issue when I try to Launch Instagram from my app. Everything works and I'm able to launch IG and even see the photo I sent etc.
The problem is that the UIDocumentInteractionControll...
Austro asked 15/3, 2015 at 20:23
1
Solved
I am able to successfully share an image on Instagram using the UIDocumentInteractionController, but the InstagramCaption key won't work. This is my code:
self.controller = UIDocumentInteractionCo...
Vitreous asked 10/8, 2015 at 22:3
3
Solved
I already found some solutions for this problem (it is caused because there is still an active animation).
But i am unable to solve that in my app when using a UIDocumentInteractionController on a...
Gyrfalcon asked 11/10, 2014 at 0:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.