Search code examples
iosobjective-cios5pdf

How can i open PDF file using UIView in IOS


How can I open or display PDF file without using UIWebView. I need to use UIView for horizontal scroll for PDF View.


Solution

  • If don't want to use UIWebView then your alternative is to use QLPreviewController for showing PDF file.

    Can also use UIDocumentInteractionController

    Check sample from apple ie docInteraction for more reference.