UIPageViewController-Post icon indicating copy to clipboard operation
UIPageViewController-Post copied to clipboard

When swiping not updating the page contol indexes

Open saikishoreagrapalem opened this issue 5 years ago • 1 comments

When I swiping the view controllers the view controllers has changed but page control indexes are not updating and if I reached final page of the view controller its repeating again for first view controller ?

saikishoreagrapalem avatar Nov 25 '19 06:11 saikishoreagrapalem

You need to rename func pageViewController(pageViewController: UIPageViewController, didFinishAnimating finished: Bool, previousViewControllers: [UIViewController], transitionCompleted completed: Bool)

to func pageViewController(_ pageViewController: UIPageViewController, didFinishAnimating finished: Bool, previousViewControllers: [UIViewController], transitionCompleted completed: Bool) Underscore makes the difference.

alexbutenko avatar Mar 31 '20 13:03 alexbutenko