Contents

QLPreviewPanel

A class that implements the Quick Look preview panel to display a preview of a list of items.

Declaration

class QLPreviewPanel

Overview

Every application has a single shared instance of QLPreviewPanel accessible through shared(). The preview panel follows the responder chain and adapts to the first responder willing to control it. A preview panel controller provides the content through methods defined in the QLPreviewPanelDataSource protocol.

You can’t subclass QLPreviewPanel; you can, however, customize its behavior using a delegate. See the QLPreviewPanelDelegate protocol for the methods to customize a preview panel’s behavior.

Topics

Accessing the Shared Panel

Accessing the Preview Panel Controller

Managing the Preview Items

The Panel’s Delegate

Managing Full Screen Mode

See Also

Previews