UIPageViewController, how do I correctly jump to a specific page without messing up the order specified by the data source?
问题 I\'ve found a few questions about how to make a UIPageViewController jump to a specific page, but I\'ve noticed an added problem with jumping that none of the answers seem to acknowledge. Without going into the details of my iOS app (which is similar to a paged calendar), here is what I\'m experiencing. I declare a UIPageViewController , set the current view controller, and implement a data source. // end of the init method pageViewController = [[UIPageViewController alloc]