Context Menu

Adds a context menu to a view.

Context Menu - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 13.0+ iPadOS 13.0+ macOS 10.15+ tvOS 14.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
Text("Buttons")
    .contextMenu {
        Button("Button 1", action: action)
        Button("Button 2", systemImage: "button.vertical.left.press", action: action)
        Button(action: action) {
            Text("Button 3")
            Text("Description 3")
        }
    }

Found an issue or have a suggestion?

Created: May 30, 2025Updated: December 27, 2025