Infinite Scroll UIPageViewController

前端 未结 1 1295
滥情空心
滥情空心 2021-02-03 13:13

I\'m trying to setup a UIPageViewController that can scroll infinitely by dynamically loading page views via an NSUrlConnection data pull. I start wit

1条回答
  •  别跟我提以往
    2021-02-03 13:50

    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.

    0 讨论(0)
提交回复
热议问题