Questions tagged [uidocumentinteraction]

A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system

A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system. For example, an email program might use this class to allow the user to preview attachments and open them in other apps. Use this class to present an appropriate user interface for previewing, opening, copying, or printing a specified file.

More: UIDocumentInteractionController Class Reference

334 questions
-1
votes
1 answer

Checking app installed for open ppt,pdf files

How to check wheather any app is installed to open PPT,PDF in device.if any app installed in the device i want to show one alert,so kindly suggest me.
-1
votes
1 answer

List apps in the App Store that can support a given file type

I am working on a app which needs to open/preview a file using UIDocumentInteractionController. One of the clients requirement is that, in case there is no installed app which can support a given file type, then the app should redirect the user to…
BLC
  • 2,240
  • 25
  • 27
-1
votes
1 answer

Is it possible to show ppt/pptx as aslide show using uidocumentcontroller in IOS?

I have a requirement where i need to present documents like pdf/doc/docx/ppt/pptx on the ipad. Rather than showing the document in one page with vertical scroll, i need to show that as slides moving from left to right ( horizontal swipe ).. Can you…
srini
  • 89
  • 4
  • 16
-2
votes
1 answer

How to open the iBook file without use the third party apps?

I want to open the iBook file in my device without use the third party apps like iBook App.I have read many articles and suggests use of UIDocumentInterectionController class. See the SO answer How to open a file on iBooks When I use…
Deepesh
  • 8,065
  • 3
  • 28
  • 45
1 2 3
22
23