RGPageViewController
RGPageViewController copied to clipboard
willChangePageTo not being called
Hi,
above mentioned problem presents itself when adding:
func pageViewController(_ pageViewController: RGPageViewController, willChangePageTo index: Int, fromIndex from: Int) { print("Will change page") }
I inserted it into your example and it wasn't called either.