Skip to content

juanjoguevara/JJGMPageViewController

Repository files navigation

JJGMPageViewController

CI Status Version License Platform

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.

screenshot

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • ARC
  • iOS 8

Installation

JJGMPageViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JJGMPageViewController"

Usage

#import "JJGMPageViewController"

JJGMPageViewController *pageViewController = [[JJGMPageViewController alloc] init];

[pageViewController addViewControllers:@[firstViewController,secondViewController,thirdViewController]];

[pageViewController last];

Author

juanjoguevara, juanjoguevara@gmail.com

License

JJGMPageViewController is available under the MIT license. See the LICENSE file for more info.

About

UIPageViewController programatically written in Objective C

Resources

License

Stars

Watchers

Forks

Packages

No packages published