Tutorial by Examples

Init array of view controllers which will be managed by UIPageViewController. Add a base view controller class which has property identifier which will be used to identify view controllers when working with UIPageViewController data source methods. Let the view controllers to inherit from that bas...
Let's create a new project, I'm choosing Single View Application for better demonstration Drag a page view controller to the storyboard, there are 2 things you should change after that: Set the page view controller as initial view controller Change the transition style to scroll ...

Page 1 of 1