uidocumentinteraction
UIDocumentInteractionController / QLPreview with UISplitViewController
Is there a way to use one o开发者_运维技巧f this preview controls with UISplitViewController\'s detail view..[详细]
2023-04-13 03:09 分类:问答Enable direct transfer from iWork apps to my app
I am investigating the possibilities of making an app that can handle iWork\'s apps documents (Pages, Numbers, Keynote). I have made the app and have registered the Document types, but this only gets[详细]
2023-04-11 10:28 分类:问答How do I open a file with unknown associations in iOS?
I think it\'s rather impossible, but will ask anyway. My application uses file association to open some types of files. What I need is to make file associations within my app. For example I have some[详细]
2023-04-08 22:55 分类:问答UIDocumentInteractionController on the detailView
I\'m previewing a file using UIDocumentInteractionController, but it is occupying all the area of the iPad. I would like it to appear on the detail view of the split view controller. I\'ve checked tha[详细]
2023-04-07 10:54 分类:问答Open pdf/doc/xls in other iphone app with modification acknowledgment
I know how to implement inter-app communication. I did it with some examples. Now I need to send/share a doc/xls file with other application in my iPad/iPhone that have url schemes to open in such fi[详细]
2023-04-01 11:44 分类:问答No options in UIDocumentInteractionController
Is it possible to check how many applications are available on the device that are able to handle a particular file type? 开发者_高级运维 Basically, I have a button in my application that allows users[详细]
2023-03-22 07:05 分类:问答Register for all file types (CFBundleDocumentTypes)
Programs like Drop Box, or Airsharing don\'t handle or edit documents but store them.In this case it would seem that t开发者_运维问答hey have to register as being a valid choice for any type of file.I[详细]
2023-03-20 11:29 分类:问答iPhone/Objective-C - UIDocumentInteractionController Class Reference when presenting a view and delegates
I am using UIDocumentInt开发者_StackOverfloweractionController inside my application in order to present the Instagram filter screen as described here from within my application:[详细]
2023-03-13 05:48 分类:问答Using built-in icons for mime type or UTI type in iOS
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.[详细]
2023-03-02 20:24 分类:问答Programming iOS: Document Preview, change the Done button
I\'m using UIDocumentInteractionController class to preview documents. Is it possible to change the done button for closing the preview with another one? For example I would like to set a different ti[详细]
2023-03-02 18:40 分类:问答