Questions tagged [qlpreviewcontroller]

A QLPreviewController, or Quick Look preview controller, provides a specialized view for previewing a file on the iOS platform.

A QLPreviewController, or Quick Look preview controller, provides a specialized view for previewing a file on the (4.0+) platform. The Quick Look framework supports the following file types:

  • documents
  • Microsoft Office documents (Office ‘97 and newer)
  • Rich Text Format (RTF) documents
  • PDF files
  • Images
  • Text files whose uniform type identifier () conforms to the public.text type
  • Comma-separated value (CSV) files

You can refer to the Apple documentation for more information.

275 questions
0
votes
1 answer

PopOver on QLPreviewController is not getting Dismiss , even after going back

I have set QLPreviewController as A Parent to My UIViewController. I am able to Show Any file on my View, Using QLPreviewController. Now, when I open file to View, there is an ActionButton Sets internally,which Provides option for "Open In" ,…
Shreyas G
  • 11
  • 3
-1
votes
2 answers

QLPreviewController and iOS 3

Can I use QLPreviewController on a device with iOS 3 ?
HasgardLucian
  • 613
  • 1
  • 5
  • 6
-1
votes
1 answer

qlpreviewcontroller navigation bar - How to Change pageCount to String

QLPreviewController navigationBar Title showing current page number like 2 of 6 but I want to change this title to any String like current file name.
Naeem Hussain
  • 93
  • 1
  • 8
-1
votes
1 answer

Display PDF in iOS 11

I've already attemped a WKWebView with no luck. Now I'm attempting to use QLPreviewController. I've created a UIViewController and subclassed it under QLPreviewController. In my viewDidLoad I set the delegate and data source: self.dataSource =…
Faisal Syed
  • 921
  • 1
  • 11
  • 25
-1
votes
1 answer

How to show data on qlpreviewcontroller

I am using qlpreviewcontroller to show JPG,PNG,PDF and DOCS file. My question is how can I show file preview as in dropbox app? I also want to add navigation bara and toolbar on that. Help Required...
Mayank Purwar
  • 265
  • 1
  • 4
  • 16
1 2 3
18
19