MUNavigationBarDelegate
@objc
public protocol MUNavigationBarDelegate : AnyObject
Delegate protocol for MUNavigationBar.
-
Will trigger on cancel / back button tap.
Declaration
Swift
func leftDidTap(navigationBar: MUNavigationBar)
-
Will trigger on main / validate button tap.
Declaration
Swift
func rightDidTap(navigationBar: MUNavigationBar)