A subclass of UIPageViewController that displays a view in the navigation bar that indicates what view controller's view the user is currently looking at. The selection bar animates nicely in sync with the user's horizontal scrolling in the page controller. The appearence is highly adjustable, as most of the properties are public.
To run the example project, clone the repo, and run pod install
from the Example directory first.
The example project illustrates how to set up the page view controller.
NJHNavigationBarSelectorPageViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NJHNavigationBarSelectorPageViewController"
Hakon Hanesand, [email protected] Nikolai Heum, [email protected]
NJHNavigationBarSelectorPageViewController is available under the MIT license. See the LICENSE file for more info.