QuickLook an objective-c framework used in iOS and MacOS application development typically for previews.
Questions tagged [quicklook]
324 questions
0
votes
1 answer
Watch XLS with Xml created with QuickLook framework iOS
I have created a XLS with advises of:
Export data to *.xls file by using xml to create the file on an iOS 5 App
and
http://mobile.experts-exchange.com/Apple/Hardware/iPhone/A_4575-Create-Excel-Supported-XML-in-iPhone-using-Xcode.html
If I open it…

xarly
- 2,054
- 4
- 24
- 40
0
votes
1 answer
Renaming Quicklook-template GeneratePreviewForURL.m causes linker error
I'm using a slightly outdated version of Xcode (4.2.1, with Apple clang version 3.0), which might be a problem, but.. this should work regardless:
I create a new Quicklook plugin project ("File > New > New Project", then "System Plugin > Quick Look…

dbr
- 165,801
- 69
- 278
- 343
0
votes
1 answer
On IOS, can you make QLPreviewController treat certain files as text?
I am using QLPreviewController to display files, many of which are actually plaintext, but QLPreviewController doesn't seem to know that. (Files with the .m extension are unable to be displayed, for example.)
Is there a way to tell…

zekel
- 9,227
- 10
- 65
- 96
0
votes
1 answer
Quick Look QLPreviewPanel invisible in LSUIElement agent app on 10.6
Is there a way to show the QLPreviewPanel in an agent app (LSUIElement == YES) on Mac OS X 10.6? It works on 10.7. The frame of the panel is correct and everything, it’s just not visible.

Martin Winter
- 1,370
- 9
- 10
-1
votes
1 answer
How to use custom fonts in a Mac OS quicklook extension?
I need to use a custom font in a QuickLook extension.
In the main application where the extension is embedded, I already use this font without problems.
So I tried to use the key ATSApplicationFontsPath in the Info.plist as well, but that doesn't…

D. Mika
- 2,577
- 1
- 13
- 29
-1
votes
1 answer
Quicklook for Live Photo?
The docs says you can use Quicklook to view Live Photos. Overview section
https://developer.apple.com/documentation/quicklook
I searched and could not an example on how to do it in swift.
Seems like have to use PHLivePhotoView to view Live Photo.
Is…

sydney888
- 1
- 1
-1
votes
1 answer
I have written a code for previewing a PDF file in Xamarin IOS. Now how can i annotate this PDF in Xamarin IOS using this QuickLook framework?
UIViewController currentController = UIApplication.SharedApplication.KeyWindow.RootViewController;
while (currentController.PresentedViewController != null)
currentController = currentController.PresentedViewController;
UIView currentView =…

Abhishek Singh
- 31
- 7
-1
votes
1 answer
Power Point Presenstion with transitions Swift
I am working on an project where i need to show the ppt with all transition which were defined in PowerPoint editor, During R&D i come across QUICK LOOK which just displays the ppt but could not show the transitions, is there any other way to show…

Aadil
- 713
- 2
- 12
- 30
-2
votes
1 answer
Pre-signed AWS S3 URL - Preview using Quicklook framework iOS
I need to preview the files from AWS s3 presigned URL.
Does QuickLook framework (QLPreviewController) supports remote URL? Any other familiar framework available.
Thank you.

sasi kumar
- 723
- 5
- 14