Contents

toggleQuickLookPreviewPanel(_:)

An action message that toggles the visibility state of the Quick Look preview panel.

Declaration

@IBAction func toggleQuickLookPreviewPanel(_ sender: Any?)

Parameters

  • sender:

    The message sender.

Discussion

This action message toggles the visibility state of the Quick Look preview panel if the receiver is the current Quick Look controller.

See Also

Supporting QuickLook