PageViewDelegate
public protocol PageViewDelegate : AnyObject
PageViewDelegate is a callback when the current page is changed.
Version
1.5.0Date
07/08/2019-
Change the page view index
Declaration
Swift
func pageView(_ pageView: PageView, didChangePageIndex index: Int)Parameters
indexThe new index
PageViewDelegate Protocol Reference