Contents

numberOfPreviewItems(in:)

Returns the number of items that the preview panel should preview.

Declaration

func numberOfPreviewItems(in panel: QLPreviewPanel!) -> Int

Parameters

  • panel:

    The preview panel.

Return Value

The number of items the preview panel should display.

See Also

Required Methods