Latest | 0.0.3 |
---|---|
Homepage | https://github.com/alexandreos/HMGLNavigationController |
License | MIT |
Platforms | ios 5.0, requires ARC |
Dependencies | HMGLTransitions |
Authors |
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
- Add a pod entry for HMGLNavigationController to your Podfile
pod 'HMGLNavigationController', '~> 0.0.1'
- Install the pod(s) by running
pod install
. - Include HMGLNavigationController wherever you need it with
#import "HMGLNavigationController.h"
.
Requirements
- iOS 5.0 or greater.
- ARC.
- HMGLTransitions
License
The license for HMGLNavigationController is contained in the "LICENSE" file.
Latest podspec
{ "name": "HMGLNavigationController", "version": "0.0.3", "summary": "Custom UINavigationController subclass that includes 3D animations for push/pop transitions.", "homepage": "https://github.com/alexandreos/HMGLNavigationController", "license": "MIT", "authors": { "Alexandre Santos": "[email protected]" }, "platforms": { "ios": "5.0" }, "source": { "git": "https://github.com/alexandreos/HMGLNavigationController.git", "tag": "0.0.3" }, "source_files": "HMGLNavigationController", "requires_arc": true, "dependencies": { "HMGLTransitions": [ "~> 0.0.1" ] } }
Sat, 05 Mar 2016 06:51:03 +0000