Page View Controllers
A page view controller’s view can be resized and embedded in a view hierarchy. This means that, unlike a navigation controller or tab bar controller,...
UIPageViewController tutorial
dispatch_async(dispatch_get_main_queue(), ^(){ [self.pageController setViewControllers:@[nextController] direction:UIPageViewControllerNavigationDirectionForward...