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

# UICellAccessoryPopUpMenu

The popup menu system accessory.

```
@interface UICellAccessoryPopUpMenu : UICellAccessory
```

## Overview

A popup menu accessory is a pair of chevrons that point upward and downward. This accessory indicates that tapping anywhere in the cell presents a popup menu. This accessory appears on the trailing edge of the cell.

## Topics

### Creating configuration options

[`- (instancetype) initWithMenu:(UIMenu *) menu;`](/documentation/UIKit/UICellAccessoryPopUpMenu/initWithMenu:)

Creates a popup menu accessory with the specified menu.

[`- (instancetype) initWithCoder:(NSCoder *) coder;`](/documentation/UIKit/UICellAccessoryPopUpMenu/initWithCoder:)

Creates a popup menu accessory from data in an unarchiver.

### Accessing configuration options

[`@property (nonatomic, copy, readonly) UIMenu * menu;`](/documentation/UIKit/UICellAccessoryPopUpMenu/menu)

The menu to display when a user taps the popup menu accessory.

[`@property (nonatomic, copy, nullable) void (^selectedElementDidChangeHandler)(UIMenu *menu);`](/documentation/UIKit/UICellAccessoryPopUpMenu/selectedElementDidChangeHandler)

An optional closure that the system calls when a user selects an element in the menu.

## Relationships

### Inherits From

[`UICellAccessory-c.class`](/documentation/UIKit/UICellAccessory-c.class)

---

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)