JJGPageViewController is the easiest way to use a UIPageViewController written in Objective C. It comes with going to a specific page and navigating backwards and forwards.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- ARC
- iOS 8
JJGMPageViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JJGMPageViewController"
#import "JJGMPageViewController"
JJGMPageViewController *pageViewController = [[JJGMPageViewController alloc] init];
[pageViewController addViewControllers:@[firstViewController,secondViewController,thirdViewController]];
[pageViewController last];
juanjoguevara, [email protected]
JJGMPageViewController is available under the MIT license. See the LICENSE file for more info.