I want the navigationOrientation of my UIPageViewController to change when I change the orientation of my UIViewController. That is, when the device is rotated to portrait I want the navigationOrientation to change from UIPageViewControllerNavigationOrientationVertical to UIPageViewControllerNavigationOrientationHorizontal.
I tried setting navigationOrientation property on rotation of the view controller but I found that navigationOrientation property is read-only.
Here are the images what I want.
Landscape View

Portrait View

What should I do ?