Ios swift – Creating a Two Page Book using UIPageViewController in Swift
I'm trying to implement a book like interface in my swift app where the spine of the book is at the centre and the user is able to view two pages. For this, I'm using the UIPageViewController class and creating…