MUHorizontalPagerDelegate
@objc
public protocol MUHorizontalPagerDelegate : AnyObject
Delegate protocol for MUHorizontalPager.
-
Will trigger each time the page index change.
Declaration
Swift
func didScroll(horizontalPager: MUHorizontalPager, to index: Int)