Relative Content

Tag Archive for iosswiftswiftuimobile

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 an array of ViewControllers to be displayed on the screen.

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 an array of ViewControllers to be displayed on the screen.