CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

APPagerController 1.0.8

APPagerController 1.0.8

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2016

Maintained by Anthony Powles, Eric Harmon, Therin Irwin.



  • By
  • Anthony Powles

There are several other pods out there that have a similar functionality. However, they come with too many built-in features which I didn't need, and didn't allow deep customization without forking the project, and rewriting whole chunks of them, disabling features, adding others. It just made more sense to create a very basic controller that provides the basic functionality and interaction I was looking for, but gives you complete freedom for customization.

Usage

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

Requirements

No dependencies.

Key Features

  • Titles can be any UIView, not just a simple string
  • Titles can have different widths and heights
  • Supports device orientation changes
  • Delegate gets notified if the current page changes
  • Minimalistic built-in layout and design, allowing greater customization

To-Do

  • Specs, specs and more specs!
  • Fix disparity between the 2 progressXXX methods which return different kind of data
  • ...

Author

Anthony Powles

License

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