Top "Qlpreviewcontroller" questions

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

QLPreviewController remove or add UIBarButtonItems

I have seen this kind of question a lot on the internet but it seems no one really knows the …

iphone objective-c ipad uibarbuttonitem qlpreviewcontroller
Quicklook/QLPreviewController shows a blank page instead of pdf on ios 8 but works fine on iOS7

I am trying to preview pdf file in QLPreviewController and using the below code. It works fine on iOS7 and …

ios pdf ios8 qlpreviewcontroller
How to Disable QLPreviewController print Button

Can anyone tell me how to remove the QLPreviewController print button? Also would like to disable cut/paste/copy.

ios pdf qlpreviewcontroller
How to add QLPreviewController as Subview in objective C

Is it possible to add QLPreviewController to UIView as sub view. I tried like this [self.view addSubview:previewViewController.view] …

objective-c ios uiview qlpreviewcontroller
iOS 6.0 Quicklook QLPreviewController errors with: "Cannot find preview item for loaded proxy"

My application has been using the QLPreviewController to display files of all types and in iOS 5.x , it seemed to …

objective-c ios ios6 quicklook qlpreviewcontroller
QLPreviewController not working in iOS 6

In iOS 6 the QLPreviewController no longer loads a PDF from a URL. It works fine in iOS 5. I have implemented …

objective-c ios6 qlpreviewcontroller
iOS QLPreviewController show pdf saved to file system

I have QLPreviewController working if I show a PDF file system from my bundle on the project, like this example …

ios qlpreviewcontroller
How to hide share button in QLPreviewController using swift?

I'm using the below code to use QLPreviewcontroller to show some documents in my app, let ql = QLPreviewController() ql.dataSource = …

ios swift qlpreviewcontroller rightbarbuttonitem
Custom navigationItem button with QLPreviewController in iOS6

my goal is to use QLPreviewController in my iPad application for iOS6, using my custom Action item button in the …

objective-c ios6 qlpreviewcontroller