<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuickLook",
  "identifier" : "/documentation/QuickLook/QLPreviewSceneActivationConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Quick Look"
    ],
    "preciseIdentifier" : "c:objc(cs)QLPreviewSceneActivationConfiguration"
  },
  "title" : "QLPreviewSceneActivationConfiguration"
}
-->

# QLPreviewSceneActivationConfiguration

A scene configuration to preview items at the specified URLs.

```
class QLPreviewSceneActivationConfiguration
```

## Overview

This class provides the configuration for a prominent scene presentation of a preview, either from a swipe gesture or a menu action. The user can detach the prominent Quick Look window and display it independently.

To provide a preview from a swipe gesture, use an instance of this class with <doc://com.apple.documentation/documentation/UIKit/UIWindowScene/ActivationInteraction>. To provide a preview from a menu action, use an instance of this class with <doc://com.apple.documentation/documentation/UIKit/UIWindowScene/ActivationAction>.

## Topics

### Creating a preview scene activation configuration

[`-  initWithItemsAtURLs:options:`](/documentation/QuickLook/QLPreviewSceneActivationConfiguration/init(itemsAt:options:))

Creates a preview scene configuration.

### Configuring a preview scene activation

[`Options`](/documentation/QuickLook/QLPreviewSceneActivationConfiguration/Options)

A class that represents the configuration for a preview scene activation.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`ActivationConfiguration`](/documentation/UIKit/UIWindowScene/ActivationConfiguration)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)