MUPageControlDelegate

@objc
public protocol MUPageControlDelegate : AnyObject

Delegate protocol for MUPageControl.

  • Will trigger each time the page control is tapped.

    Declaration

    Swift

    func didTap(_ pageControl: MUPageControl, at index: Int)