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)