HMGLNavigationController

Custom UINavigationController subclass that includes 3D animations for push/pop transitions.


License
MIT
Install
pod try HMGLNavigationController

Documentation

HMGLNavigationController

Custom UINavigationController subclass that includes HMGLTransitions animations.

This custom navigation controller supports storyboard, including push and pop segues.

How To Install

  • CocoaPods is the recommended way to add HMGLNavigationController to your project.
  • If you prefer, you can simply download HMGLNavigationController and add the files from the HMGLNavigationController folder to your project. This repository also includes a demo project.

CocoaPods

  1. Add a pod entry for HMGLNavigationController to your Podfile pod 'HMGLNavigationController', '~> 0.0.1'
  2. Install the pod(s) by running pod install.
  3. Include HMGLNavigationController wherever you need it with #import "HMGLNavigationController.h".

Requirements

License

The license for HMGLNavigationController is contained in the "LICENSE" file.