TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
An UINaviagtionController subclass to easily implement push and pop actions with neat animation.
pod 'MINavigationController'
Here's a simple example of how to use MINavigationController
. You can check out the example too.
use
ViewController *viewController = [[ViewController alloc] init];
MINavigationController *navigationController =
[[MINavigationController alloc] initWithRootViewController:viewController];
config
navigationController.duration = 1;
navigationController.scale = 0.5;
You can use it for whatever you want, however you want. I just would like to know if you're using it in any project of yours.