MUTopBarDelegate

public protocol MUTopBarDelegate : AnyObject

Delegate protocol for MUTopBar.

  • Will trigger each time left button or title is tapped.

    Declaration

    Swift

    func didTap(_ topBar: MUTopBar)