/PageViewControllerInfiniteScrollDemo

Shows how with small tweak to Xcode's Page-Based Application starter template, you can get infinite / continuous scrolling across a data set.

Primary LanguageSwift

PageViewControllerInfiniteScrollDemo

Shows how with small change to Xcode's Page-Based Application starter template, you can get infinite / continuous scrolling across a data set.

commit 6c347da tweaks the template's implementations of UIPageViewControllerDatasource methods pageViewController:viewControllerBeforeViewController: and pageViewController:viewControllerAfterViewController: