Skip to content

Repository files navigation

⚠️ DEPRECATED, NO LONGER MAINTAINED

Pages logo

CI StatusVersionCarthage CompatibleSwiftLicensePlatform

Pages is the easiest way of setting up a UIPageViewController. It comes with some convenience methods like, disabling swipe, going to a specific page and navigating backwards and forwards. And best of all, you don't have to make your own custom UIViewController to keep an index, Pages handles that for you. It just works.

Usage

letviewController1=UIViewController()
viewController1.title ="Controller A"letviewController2=UIViewController()
viewController2.title ="Controller B"letpages=PagesController([viewController1, viewController2])

Demo

untitled

Installation

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

pod'Pages'

Pages is also available through Carthage. To install just write into your Cartfile:

github"hyperoslo/Pages"

Author

Hyper, ios@hyper.no

License

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

About

📄 UIPageViewController made simple

Resources

Contributing

Stars

492 stars

Watchers

15 watching

Forks

Releases

Packages

Used by

Contributors

Languages