I\'m trying to setup a UIPageViewController that can scroll infinitely by dynamically loading page views via an NSUrlConnection data pull. I start wit
UIPageViewController
NSUrlConnection
I think you need to do your loading calls inside pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted: handler. This method will be called when animation has finished and new ViewController became an active one.
pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted: