Contents

UIEditMenuConfiguration

An object containing the configuration details for the menu your app presents in response to an edit menu interaction.

Declaration

@MainActor class UIEditMenuConfiguration

Overview

You use this object when calling the presentEditMenu(with:) method of UIEditMenuInteraction to provide the configuration details the interaction’s delegate uses to construct the menu that the interaction displays.

Topics

Creating an edit menu configuration

Getting the configuration identifier

Configuring the menu

See Also

Edit menus