shared()
Returns the shared Quick Look preview panel instance.
Declaration
class func shared() -> QLPreviewPanel!Return Value
The shared Quick Look preview panel instance for the application.
Discussion
This method creates the panel if it doesn’t exist yet. Use sharedPreviewPanelExists() if you want to determine whether the panel exists without creating it.