Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

File metadata and controls

27 lines (17 loc) · 1.06 KB

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.