Contents

CommandGroup

Groups of controls that you can add to existing command menus.

Declaration

struct CommandGroup<Content> where Content : View

Mentioned in

Overview

In macOS, SwiftUI realizes command groups as collections of menu items in a menu bar menu. In iOS, iPadOS, and tvOS, SwiftUI creates key commands for each of a group’s commands that has a keyboard shortcut.

Topics

Creating a command group

See Also

Defining commands