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