How can I use suggestedActions given from UIContextMenuConfiguration?
问题 Other than the a WWDC video - 44:18 a sample project there's not much info online. So the actionProvider , when called, has a list of suggestedActions that are passed to it by the system. This can be a mix of UIMenu s and UIAction s, so potentially a fully constructed hierarchy that are picked up from the system. These could be things that you defined in your responder chain using the new UI command API being introduced in iOS 13 or things that are offered by other system components. So we're