ContextMenu icon indicating copy to clipboard operation
ContextMenu copied to clipboard

How do I close the ContextMenu by code

Open spaggi opened this issue 6 years ago • 1 comments

Hi,

sorry if this is a dumb question but I couldn't find a way to close the ContextMenu by code without altering the Source. Is this possible?

Thanks!

spaggi avatar Feb 16 '19 16:02 spaggi

You can call self.dismiss(true, nil) in the ViewController of the ContextMenu.

Durzan666 avatar Feb 22 '19 11:02 Durzan666