How to add a menu that appears on right click in a SwiftUI MacOS app
Within a SwiftUI view, use the .contextMenu(menuItems: {}) functionality and add buttons. To feature commands, add .keyboardShortcut modifiers to the buttons.

Written by Oscar de la Hera Gomez
First published on 10/23/2024 at 09:42
Last Updated on 10/23/2024 at 11:09

Within a SwiftUI view, use the .contextMenu(menuItems: {}) functionality and add buttons. To feature commands, add .keyboardShortcut modifiers to the buttons.
SubscribeDownload Open Source Starter ProjectThe following tutorial shows code from our upcoming app Object Capture Pro. If you wish to be updated on the progress and release of this app, please subscribe using the link below.

To make a context menu appear within a MacOS app built in SwiftUI, use code similar to the one below.
Looking to learn more about SwiftUI, Swift, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, design and technology.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.
SubscribeContact UsVisit our BlogView our ServicesView our Work