skip to Main Content

Ios swift – UIMenu/UIAction not displaying image

I am having issues with UIContextMenus in iOS 16 and Catalyst. The following code displays the menus, but not the images. I'm confused. extension CapoButton: UIContextMenuInteractionDelegate { func contextMenuInteraction(_ interaction: UIContextMenuInteraction, configurationForMenuAtLocation location: CGPoint) -> UIContextMenuConfiguration? { return UIContextMenuConfiguration(identifier: nil,…

VIEW QUESTION
Back To Top
Search