I know this question is typique and it was asked many times in the forum, but I still cannot solve my problem, so please if any body can help be that would be GREAT 🙂
I am creating a book application in the arabic languages and I need to perform the transitions of the uipageviewcontroller from right to left. And thats all I have to say.
One more thing (if I hadn’t explain very well my self) I have the exact need as this thread: How to change UIPageViewController direction of paging curl animation but I couldn’t manage to make the solution they spoke about, so if someone can explain me or give me a link where I can have how to do it that would be more than enough 🙂
It can be done in this way
Swap the code of pageViewController’s datasource from
viewControllerBeforeViewControllertoviewControllerAfterViewControllerChange
UIPageViewControllerSpineLocationMintoUIPageViewControllerSpineLocationMaxTo check that, start Page-Based Application template as Universal and change the following in
ModelController.mand change
UIPageViewControllerSpineLocationMintoUIPageViewControllerSpineLocationMaxand swipe the condition of (indexOfCurrentViewController % 2 == 0) in “RootViewController.m”Source: PageViewControllers Apple Doc