Change UIPageViewController Flip Animation
You can do it from the Interface builder. Change the Transition style property to Scroll. If you want to do it programmatically, transitionStyle is a read-only property. It can only be done by this method
pageViewController = new UIPageViewController(UIPageViewControllerTransitionStyle.Scroll, UIPageViewControllerNavigationOrientation.Horizontal)
Can do within the storyboard : Page view Controller
Navigation : Horizontal
Transition Style : Scroll