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)