PMStepOutController 0.0.5

PMStepOutController 0.0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Pierre-Marc Airoldi.



Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

#import <PMStepOutController/PMStepOutController.h>

//any UView or UIView subclass will work. Here is an example of a UICollectionViewCell
UICollectionViewCell *cell = [collectionView cellForItemAtIndexPath:indexPath];

PMStepOutController *controller = [[PMStepOutController alloc] initWithView:cell];

[self.navigationController presentViewController:controller animated:YES completion:nil];

Requirements

Installation

Author

Pierre-Marc Airoldi, [email protected]

License

PMStepOutController is available under the MIT license. See the LICENSE file for more info.