uidocumentinteraction Questions

3

Problem: I would like to be able to use the built-in iOS icons for standard mime types (or UTI types) in my listing of binary file content. Background: I have looked into using the new (since 3....
Marla asked 3/5, 2011 at 23:29

3

Solved

I implemented a UIDocumentInteractionController to send files to other apps. The file is a .txt file. Here's the code: UIDocumentInteractionController *interactionController = [[UIDocumentInterac...
Zelda asked 12/11, 2011 at 2:51

2

Solved

I have an app that shares with instagram built for iOS5 and now in iOS6, sharing no longer works although canOpenURL returns true and code executes. The images are saved to the documents folder of ...
Sachsen asked 27/9, 2012 at 23:21

1

Solved

I'm trying to create / export an exclusive UTI type for my iOS app (very similar to how Instagram exclusively handles the UTI com.instagram.exclusivegram). Basically, I want com.photoapp.photo to ...
Centaury asked 7/10, 2012 at 14:5

1

Solved

I am currently displaying a UIDocumentInteractionController so that the user of my App can open a File in a different App. The controller pops up and lists the App with no problem. However, it also...
File asked 15/8, 2012 at 21:29

2

I recently stumbled upon the following interesting feature: Instagram iPhone Hooks I was wondering if one is able to open an app through the documentinteractioncontroller immediately, WITHOUT havi...
Certified asked 29/6, 2011 at 15:48

2

Solved

I'm having a lot of trouble deciphering Apple's documentation around UIManagedDocument, specifically the following methods: - (id)additionalContentForURL:(NSURL *)absoluteURL error:(NSError **)er...
Lagrange asked 2/12, 2011 at 4:54

1

Solved

The DocInteraction sample code made available by Apple at http://developer.apple.com/library/ios/#samplecode/DocInteraction/Introduction/Intro.html (download: http://developer.apple.com/library/io...
Ferminafermion asked 19/7, 2011 at 2:13

2

Solved

I need to have my app open documents from the Safari and Mail apps with that "Open In..." thing in the UIDocumentInteractionController class. How do I accomplish this?
Sinusoid asked 30/10, 2011 at 0:30

1

Solved

I'm using UIDocumentInteractionController to open a file in another app, DropBox. What i'm trying to do is open the file in another specific app , but i only managed so far to display the supporte...
Vermeil asked 24/7, 2011 at 15:36

1

Solved

Programs like Drop Box, or Airsharing don't handle or edit documents but store them. In this case it would seem that they have to register as being a valid choice for any type of file. Is there a w...
Plagiarism asked 15/7, 2011 at 18:2

1

Solved

I have a regular UIButton on my main menu that currently launches a UIViewController; the contents of the corresponding .m file is as follows: -(id)initWithNibName:(NSString *)nibNameOrNil bundle:...
Unexpected asked 27/5, 2011 at 13:17

1

Solved

Problem: Building Enterprise Applications of a Suite Nature, and need to be able to pass data from one application to another. Example: App1 is a barcode reader that produces and inventory list. A...
Autogamy asked 26/1, 2011 at 5:17

© 2022 - 2024 — McMap. All rights reserved.