Tagged Questions
QuickLook an objective-c framework used in iOS and MacOS application development typically for previews.
8
votes
1answer
959 views
Mac Quick Look Preview in an NSView or NSImage?
I am looking for a way (public or otherwise) to get an NSView, NSImage, CGImageRef, etc that shows the QuickLook preview for a file. Essentially the equivalent of QLThumbnailImageCreate() but for the ...
5
votes
3answers
811 views
iOS - QLPreviewController - How to stop QuickLook from Rotating?
I have QuickLook (QLPreviewController) almost working how I want it, but because of the images characteristics I don't want it to rotate into portrait orientation.I have it configured in the ...
3
votes
1answer
242 views
QuickLook plugin displaying an image and some infos
I'm currently writing a QuickLook plugin, and I wondering how I can display an image and some information about that image at the same time, similar to ...
2
votes
0answers
140 views
Using QuickLook to preview PDFs causes allocations to rise indefinitely
I'm using Apple's sample code (verbatim) for Document Interaction using the QuickLook framework/QLPreviewController to display PDFs to users (PDFs are roughly 4-5 MB).
When running this code through ...
2
votes
1answer
1k views
iOS - QuickLook - How to open an object in QuickLook without a UIScrollView
Could anyone point me towards a resource which uses QuickLook to open a (preferably but not necessarily a pdf) file without using a UITableView?
I do have this example of using QuickLook but it uses ...
2
votes
2answers
203 views
How to access QuickLook plugin resources?
My QuickLook plugin generates HMTL preview for the document. I need to display images saved in the plugin bundle. Simply using imageNamed: method to get an instance of the NSImage class doesn't work. ...
2
votes
1answer
653 views
QuickLook consumer as a delegate from an NSViewController
I am having some problems implementing QuickLook functionality from a table in an NSView. The limited documentation on QuickLook really doesn't help at all.
After reading through the Apple Docs ...
2
votes
1answer
131 views
QuickLook Plugin: how does it work when 2 plugins handle the same file type?
If a user has 2 or more quicklook plugins that handle the same kMDItemContentType what happens? Which plugin gets priority to do that actual work? Can that be set programmatically?
2
votes
1answer
360 views
Tutorial for Quick Look Generator not associated with .app
I've checked out Apple's Quick Look Programming Guide: Introduction to Quick Look page in the Mac Dev Center, but as a more of a science programmer rather than an Apple programmer, it is a little over ...
2
votes
2answers
217 views
Simple JavaScript/jQuery plug-in that 'quicklooks' images
Is there any good JavaScript/jQuery plug-in that will 'quicklook' an image on click?
I want it simple so when you click the image thumbnail it just zooms out to full size.
Ideally it would be set up ...
1
vote
0answers
50 views
Display encrypted file using QuickLook framework or UiDocumentInteractionController
I have an encrypted word/excel/pdf file locally stored which I need to preview in my iPad app. I understand that QLPreviewController or UiDocumentInteractionController could be used to preview these ...
1
vote
1answer
28 views
Mime Type (or something) So iOS Mail Does Not Open in Quicklook?
I've been following the brilliant instructions in this answer, which work perfectly. However, my file type is mime "application/notforquicklook" and quicklook still tries to open it. This causes ...
1
vote
1answer
213 views
Adding QLPreviewController as subview doesn't load PDF
I'm trying to add a QLPreviewController's view as a subview (no--I cannot use a nav controller or modal). It only shows the fabric background of the QLPreviewController.
I create one and add it as a ...
1
vote
1answer
83 views
How do I put a file in a custom location inside my application bundle?
I need to put a plugin (specifically a QuickLook plugin) in /Contents/Library/QuickLook in my app bundle.
This is easy to do in Finder by clicking Show Package Contents and so forth, but I would like ...
1
vote
2answers
300 views
How to show quick look of a document in a splitview based iPad app
I have to show quick look of a document in the detailView of a splitview based app. In the master view I have a UITableView with the list of all the files in the Document folder of my app. I'm trying ...
1
vote
2answers
212 views
Linking Frameworks into QuickLook plugins
I am trying to write a QuickLook generator. For this, I need to link against a framework I created. However, as soon as I link against said framework, qlmanage refuses to load my plugin by telling me:
...
1
vote
1answer
944 views
How to add a custom button to the Quick Look toolbar in iOS?
I'm currently displaying a PDF file using the Quick Look framework on an iPad via the Modal View Controller. Works great. My problem is that since I'm displaying a PDF file the Quick Look preview is ...
1
vote
2answers
322 views
show quick look preview in a view
I am trying to show the preview of a file in a View instead of in a panel. All examples I found are about QLPreviewPanel. :(
Thanks in advance for your help.
1
vote
2answers
380 views
How to use QLPreviewPanel?
Just one question: how do I use QLPreviewPanel. I know it wasn't a public API before, but is in 10.6, so how do I use it to show a preview of a file in a standard QL panel?
1
vote
2answers
248 views
Is there a way to trigger Finder's “quick look” window with Applescript?
I am using Applescript to automate some tasks in the OSX Finder. The script opens up a folder and selects the first image in that folder. I would like it to also bring up the "quick look" window ...
1
vote
2answers
523 views
Problem in implementing Quick Look API
I want to implement QuickLook API for preview of pdf file. I made a view based app and in .h file I import QuickLook/QuickLook.h . in .m file I made the object of QLPreviewController inside ...
1
vote
2answers
753 views
Feedback on my first Objective-C code (a QuickLook plugin)
I've written a fairly simply QuickLook plugin, which displays the files of a .torrent file,
The complete code is here on Github, and the main file is torrent.m
The reason I'm looking for feedback is ...
0
votes
0answers
8 views
Version of Xcode project not present in built Xcode archive
I have a Quicklook Plugin project. Which has the usual keys set in the info.plist for the bundle versions, namely CFBundleVersion and CFBundleShortVersionString.
However, when I choose Product > ...
0
votes
1answer
63 views
QuickLook Preview Panel
I'm looking for some examples on how to use the QuickLook preview feature. I have an URL for a file on the hard drive and want to achieve the same functionality as pressing the 'Space' key in finder ...
0
votes
0answers
35 views
QuickLook for images in iPhone
I am downloading a image knowing the url of the image . Now how can i view this image using a quick look frame work. I am using the following codes to download.
UIImage *image = [[UIImage alloc] ...
0
votes
0answers
110 views
iOS QuickLook framework alternative
I'm developing client for http://sparkleshare.org, OSS Dropbox alternative. For previewing of files I'm using QuickLook framework, but it seems it previews only PDF (maybe I do something wrong).
What ...
0
votes
1answer
26 views
Are dynamic UTIs stable?
I have files of a format that has no declared UTI, so Launch Services has assigned to it a dynamic UTI (dyn.ah62d4rv4ge81g23wsmw1a5dbte). I have no control over the UTI of these documents.
It also ...
0
votes
0answers
124 views
QLPreviewController delegate method for opening URL in document is not working
I am using QuickLook Framework for viewing documents. The method
(BOOL)previewController:(QLPreviewController *)controller shouldOpenURL:(NSURL *)url forPreviewItem:(id )item
of ...
0
votes
1answer
233 views
Implementing Quick Look QLPreviewController Animations
I am trying to implement the following method of QLPreviewControllerDelegate and the method requires me to return the view that shows my Preview Item before the Preview Controller; this should be ...
0
votes
0answers
115 views
QLPreview cannot find controller in seperate source file
I want to add a Quick Look preview panel to my application to display a list of files.
I have written a very simple test app based on QuickLookDownloader to display a single file, and this works. I ...
0
votes
0answers
35 views
Cocoa QuickLook differentiating between single view and icon view
In my app, I have a collection view which allows the user to invoke QuickLook on it by pressing space. It's set up so the little icon view button shows in the top, and when pressed, shows all items.
...
0
votes
0answers
54 views
Use QuickLook API with Qt4.6/C++
I am working on Qt4.6 on mac os 10.5.8(Leopard), I want to merge QuickLook API with my qt code to view Previews via QuickLook. I found APIS(http://ciaranwal.sh/2007/12/07/quick-look-apis) to use ...
0
votes
0answers
96 views
Creating a QuickLook plug-in for text files in Xcode 4.1
Background
I'm learning Objective-C and Cocoa, and I thought creating simple programs to answer my needs would be a nice thing. I already have a solid .NET C# background, some Python knowledge, and a ...
0
votes
1answer
196 views
UIDocumentInteractionController crashes on device for large images
I use UIDocumentInteractionController for quick look on iPad (4.3.3).
NSURL *url = [NSURL fileURLWithPath:path];
self.doc = [UIDocumentInteractionController interactionControllerWithURL:url];
...
0
votes
1answer
199 views
“com.apple” UTI in custom file format
I have a document-based app with a custom file format, the UTIs and such set up as so:
<key>CFBundleDocumentTypes</key>
<array>
<dict>
...
0
votes
1answer
63 views
How to defined the default quicklook viewer
How does one defined the default quicklook viewer. Read me right, for files which don't already have one.
For instance I would like to define textview as my default quicklook viewer.
0
votes
2answers
2k views
iOS - Opening a PDF via Quicklook without using UIScrollView
I am trying to open a PDF via the QuickLook framework without using UIScrollView...
I believe I'm missing something...
Where I believe I'm going wrong is that I need to use a QLPreviewController and ...
0
votes
1answer
167 views
How to use QLPreviewPanel?
I have an app which can download images and text, I want to use the QLPreviewPanel to give a preview of this. However the delegate and datasource implementation has me confused. I just want to pass an ...
0
votes
1answer
293 views
NSView - Quick Look and NSResponder
I've subclassed NSView (MyCustomView) and have added it to my NSWindow's Content View in InterfaceBuilder using the custom view object in MainMenu.xib.
I have since added code to accept Quick Look ...
0
votes
1answer
266 views
QuickLook plugins and Core Image filters
I'm writing a QuickLook plugin that uses a custom (system-wide installed) Core Image filter to combine two left/right views into an anaglyph. When launched through "qlmanage -p", everything works ...
0
votes
2answers
764 views
Cocoa QuickLook initiated by NSTableView Cell
I have an NSTableView that contains 2 different Columns - one is an NSImageCell that shows a file icon, and the second is a custom subclass of NSTextFieldCell that contains a quick look button on the ...
0
votes
1answer
219 views
OSX Quicklook debugging
I am writing a quicklook plugin for an MPO file.
The plugin isn't that much of a problem, but the problem is trying to debug it. Apples documentation says that to debug you use
qlmanage -r ...
0
votes
1answer
680 views
How do you use QLPreviewController?
This looks like the best way to so a preview of documents but I can't find any information on how to use it. Am I missing something or is there a better way to do this?
...
0
votes
1answer
569 views
Which function does Leopard's Finder get the preview icons with the watermark on them?
I already took a look at GetIconRefFromFileInfo() and QLThumbnailImageCreate() but they just doesn't seem to be similar with what I see from the finder, which is a square icon with watermarks on it, ...