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
...