Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using UIPageViewController without storyboard [closed]

I would like to add a tutorial to my app using UIPageViewController, but my app is not using storyboard, do you know any tutorial that could explain to me how to do it? I've been looking around but everything mention storyboard.

Thanks a lot.

like image 445
Seylar Avatar asked Mar 16 '14 10:03

Seylar


1 Answers

This is a good one (without storyboards):

http://www.appcoda.com/uipageviewcontroller-tutorial-intro/

like image 164
GenieWanted Avatar answered Sep 28 '22 17:09

GenieWanted