Reputation: 4329
I am trying to create a TWO-PAGE view same like a open book with curl effect. Sample Image attached here -
To achieve this, there is a one library named "leaves" using which this can be achieved, but this library is obsoleted, and i want to implement same effect using UIPageViewController. I made a view with single page which we can be easily created using UIPageViewController sucessfully but i am not getting idea to achieve such kind of functionality using UIPageViewController.
if anyone can give me some idea,guidance,share a link or any help by which i can achieve this functionality using only UIPageViewController then it will help.
Upvotes: 1
Views: 312
Reputation: 89
you can see http://www.appcoda.com/uipageviewcontroller-tutorial-intro/ and use or tutorial this project for done work.
Upvotes: 1