MHStackManager 1.0.1× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Apr 2015Maintained by mariohahn.Installation Guide×Installation Guide for MHStackManagerYou want to add pod 'MHStackManager', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'MHStackManager', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MHStackManagerSee PodspecGitHub RepoPage on CocoaPods.orgMHStackManager 1.0.1ByMario Hahnmariohahn/StackManagerGitHub Repo StackManager Podfile platform :ios, '7.0' pod 'MHStackManager' Usage StackManager *manager = [StackManager.alloc initWithViewController:self]; [self.manager presentViewController:yourViewController];