RGPageViewController icon indicating copy to clipboard operation
RGPageViewController copied to clipboard

willChangePageTo not being called

Open sidetrax opened this issue 8 years ago • 0 comments

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.

sidetrax avatar Mar 07 '17 13:03 sidetrax