PopMenuViewControllerDelegate
@objc
public protocol PopMenuViewControllerDelegate : AnyObject
Delegate for handling PopMenu selection.
-
Called when an action is selected.
Declaration
Swift
@objc optional func popMenuDidSelectItem(_ popMenuViewController: PopMenuViewController, at index: Int)