If you are supporting only portrait mode then you should look at the UIPageViewController delegate
method pageViewController:spineLocationForInterfaceOrientation:
and return UIPageViewControllerSpineLocationMax
.
But if you want to support both landscape and portrait then you could keep the default spine location animations but provide the pages in the opposite direction than requested like this
In the : pageViewController:viewControllerBeforeViewController:
return the next page
and in the : pageViewController:viewControllerAfterViewController
just return the previous one.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…