MUButtonDelegate
public protocol MUButtonDelegate : AnyObject
Delegate protocol for MUButton.
-
Will trigger each time button is tapped.
Declaration
Swift
func didTap(_ button: MUButton)
Docs (84% documented)
public protocol MUButtonDelegate : AnyObject
Delegate protocol for MUButton.
Will trigger each time button is tapped.
Swift
func didTap(_ button: MUButton)