Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 360 Bytes

File metadata and controls

17 lines (12 loc) · 360 Bytes

StackManager

alt tag

Podfile

platform :ios, '7.0'
pod 'MHStackManager'

##Usage

  StackManager *manager = [StackManager.alloc initWithViewController:self];
  [self.manager presentViewController:yourViewController];