Contents

UIMenu.Identifier

Constants you use to identify an app’s standard menus.

Declaration

struct Identifier

Overview

Use these constants to identify UIMenu objects containing standard configurations.

When creating a custom menu identifier, provide a reverse domain name string value, such as UIMenu.Identifier("com.example.apple-samplecode.MenubarSample.reloadMenu").

Topics

Top-level menus

App menu commands

File menus

Edit menus

View menus

Window menus

Root menu

Initializers

See Also

Creating a menu object