How to implement UIPageViewController that utilizes multiple ViewControllers
问题 I've been working on a simple test app to learn the ins and outs of the UIPageViewController. I have it working but I'm not convinced my execution is the best way. I hope some of you can point me in the right direction. To get a basic understanding I used this tutorial as a starting point. http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/ The tutorial creates an app that uses one viewController for each of the pages presented by the UIPageViewController . However I need to