DynamicPageViewController
DynamicPageViewController copied to clipboard
Bugfixes and PageControl
Hello,
The currentPage and fullySwitchedPage variables were NOT being updated at page switch due to a small mistake in the ScrollView delegate, and thus the DMDynamicPageViewController delegate was also getting the wrong page every time it was triggered. I have fixed that.
I have also added the navigation dots, just like the actual UIPageViewController, and got them to update when the page is switched and new pages are added.
Thanks for considering request - Cem Gokmen
Sorry for the late response. Haven't had much time lately. Thanks for the pull request. I'll be sure to review it in more detail and merge.