<!--
{
  "availability" : [
    "iOS: 9.0.0 - 13.0.0",
    "iPadOS: 9.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: 9.0.0 - 13.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPreviewActionGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPreviewActionGroup"
  },
  "title" : "UIPreviewActionGroup"
}
-->

# UIPreviewActionGroup

A group of one or more child quick actions, each an instance of the preview action class.

```
@MainActor class UIPreviewActionGroup
```

## Overview

When first displayed, the group appears as a single option in a peek quick action sheet. If the user selects the group, a submenu opens, displaying the child quick actions.

## Topics

### Creating a peek quick action group

[`init(title:style:actions:)`](/documentation/UIKit/UIPreviewActionGroup/init(title:style:actions:))

Creates a peek quick action group using a specified title, style, and array of peek quick actions.



---

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)