The above protocol has a single required method,contextMenuInteraction(_:configurationForMenuAtLocation:). Define theUIContextMenuConfigurationwith the menu options you want and returns it to the system so that it can show the command when the view is pressed. You can also cancel the interaction ...